#EFA02D

Color #EFA02D Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EFA02D

Tints of Yellow Sea #EFA02D

Color information

#EFA02D (or 0xEFA02D) is unknown color: approx Yellow Sea. HEX triplet: EF, A0 and 2D. RGB value is (239,160,45). Sum of RGB (Red+Green+Blue) = 239+160+45=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA02D is #105FD2. Grayscale: #ABABAB. Windows color (decimal): -1073107 or 2990319. OLE color: 2990319.

HSL color Cylindrical-coordinate representation of color #EFA02D: hue angle of 35.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFA02D is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23916045-
CMYK00.330.810.06
HSL35.57º85.84%55.69%-
HSV(B)35.57º81.17%93.73%-
XYZ48.6443.688.35-
YUV170.5157.17176.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 53.83%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 45 (17.97% from 255) = 10.14%
R=53.83%
G=36.04%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391604500.330.810.0635.5785.8455.69
HexEFA02D021516245638
Octal3572405504112164412670
Binary1110111110100000101101010000110100011101001001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA02D; }

 p { color: rgb(239,160,45); }

 H1.HeaderClassName
 {
   color: #EFA02D;
 }
 .AnyTagClassName
 {
   color: #EFA02D;
 }
</style>
background-color css

<style>
 a { background-color: #EFA02D; }

 a { background-color: rgb(239,160,45); }

 div.DivClassName
 {
   background-color: #EFA02D;
 }
 .BgClassName
 {
   background-color: #EFA02D;
 }
</style>
border-color css

<style>
 span { border-color: #EFA02D; }

 span { border-color: rgb(239,160,45); }

 td.TdClassName
 {
   border-color: #EFA02D;
 }
 .TagClassName
 {
   border-color: #EFA02D;
 }
</style>