Html Css Color HEX #EFA034 Yellow Sea

📋 copy color: '#EFA034'

red 239 ◦ green 160 ◦ blue 52

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

Shades of Yellow Sea #EFA034

Tints of Yellow Sea #EFA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 52.99%
G = 35.48%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFA034 (or 0xEFA034) is known color: Yellow Sea. HEX triplet: EF, A0 and 34. RGB value is (239,160,52). Sum of RGB (Red+Green+Blue) = 239+160+52=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA034 is #105FCB. Grayscale: #ABABAB. Windows color (decimal): -1073100 or 3449071. OLE color: 3449071.

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

Color convert

RGB 239 160 52 -
CMYK 0 0.33 0.78 0.06
HSL 34.65º 0.85% 0.57% -
HSV(B) 34.65º 0.78% 0.94% -
XYZ 48.79 43.74 9.12 -
YUV 171.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 239 160 52 0 0.33 0.78 0.06 34.65 0.85 0.57
Hex EF A0 34 0 21 4E 6 23 55 39
Octal 357 240 64 0 41 116 6 43 125 71
Binary 11101111 10100000 110100 0 100001 1001110 110 100011 1010101 111001

Color Harmonies of #EFA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA034

Black with #EFA034

Text Example


Text Example

White with #EFA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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