Html Css Color HEX #EFA032 Yellow Sea

📋 copy color: '#EFA032'

red 239 ◦ green 160 ◦ blue 50

#EFA032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #EFA032

Tints of Yellow Sea #EFA032

RGB

 RED value IS 239 (93.75% from 255) = 53.23%

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 53.23%
G = 35.63%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFA032 (or 0xEFA032) is known color: Yellow Sea. HEX triplet: EF, A0 and 32. RGB value is (239,160,50). Sum of RGB (Red+Green+Blue) = 239+160+50=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA032 is #105FCD. Grayscale: #ABABAB. Windows color (decimal): -1073102 or 3317999. OLE color: 3317999.

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

Color convert

RGB 239 160 50 -
CMYK 0 0.33 0.79 0.06
HSL 34.92º 0.86% 0.57% -
HSV(B) 34.92º 0.79% 0.94% -
XYZ 48.74 43.72 8.89 -
YUV 171.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 239 160 50 0 0.33 0.79 0.06 34.92 0.86 0.57
Hex EF A0 32 0 21 4F 6 23 56 39
Octal 357 240 62 0 41 117 6 43 126 71
Binary 11101111 10100000 110010 0 100001 1001111 110 100011 1010110 111001

Color Harmonies of #EFA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA032

Black with #EFA032

Text Example


Text Example

White with #EFA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA032; }

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

 H1.HeaderClassName
 {
   color: #EFA032;
 }
 .AnyTagClassName
 {
   color: #EFA032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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