#efa03b

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

Shades of Yellow Sea #EFA03B

Tints of Yellow Sea #EFA03B

Color information

#EFA03B (or 0xEFA03B) is unknown color: approx Yellow Sea. HEX triplet: EF, A0 and 3B. RGB value is (239,160,59). Sum of RGB (Red+Green+Blue) = 239+160+59=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA03B is #105FC4. Grayscale: #ACACAC. Windows color (decimal): -1073093 or 3907823. OLE color: 3907823.

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

Color convert

RGB23916059-
CMYK00.330.750.06
HSL33.67º84.91%58.43%-
HSV(B)33.67º75.31%93.73%-
XYZ48.9643.8110.01-
YUV172.1164.17175.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 59 (23.44% from 255) = 12.88%
R=52.18%
G=34.93%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391605900.330.750.0633.6784.9158.43
HexEFA03B0214B622553a
Octal3572407304111364212572
Binary1110111110100000111011010000110010111101000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa03b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa03b; }

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

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

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

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

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

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

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

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