#EFA53B

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

Shades of Yellow Sea #EFA53B

Tints of Yellow Sea #EFA53B

Color information

#EFA53B (or 0xEFA53B) is unknown color: approx Yellow Sea. HEX triplet: EF, A5 and 3B. RGB value is (239,165,59). Sum of RGB (Red+Green+Blue) = 239+165+59=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA53B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA53B is #105AC4. Grayscale: #AFAFAF. Windows color (decimal): -1071813 or 3909103. OLE color: 3909103.

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

Color convert

RGB23916559-
CMYK00.310.750.06
HSL35.33º84.91%58.43%-
HSV(B)35.33º75.31%93.73%-
XYZ49.8445.5810.31-
YUV175.0462.52173.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.62%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 59 (23.44% from 255) = 12.74%
R=51.62%
G=35.64%
B=12.74%

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
Decimal2391655900.310.750.0635.3384.9158.43
HexEFA53B01F4B623553a
Octal3572457303711364312572
Binary111011111010010111101101111110010111101000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA53B; }

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

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

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

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

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

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

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

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