#EFA43B

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

Shades of Yellow Sea #EFA43B

Tints of Yellow Sea #EFA43B

Color information

#EFA43B (or 0xEFA43B) is unknown color: approx Yellow Sea. HEX triplet: EF, A4 and 3B. RGB value is (239,164,59). Sum of RGB (Red+Green+Blue) = 239+164+59=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA43B is #105BC4. Grayscale: #AEAEAE. Windows color (decimal): -1072069 or 3908847. OLE color: 3908847.

HSL color Cylindrical-coordinate representation of color #EFA43B: hue angle of 35º 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 #EFA43B is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB23916459-
CMYK00.310.750.06
HSL35º84.91%58.43%-
HSV(B)35º75.31%93.73%-
XYZ49.6645.2210.25-
YUV174.4662.85174.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 59 (23.44% from 255) = 12.77%
R=51.73%
G=35.50%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391645900.310.750.063584.9158.43
HexEFA43B01F4B623553a
Octal3572447303711364312572
Binary111011111010010011101101111110010111101000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA43B; }

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

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

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

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

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

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

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

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