Html Css Color HEX #EFC334 Saffron

📋 copy color: '#EFC334'

red 239 ◦ green 195 ◦ blue 52

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

Shades of Saffron #EFC334

Tints of Saffron #EFC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 49.18%
G = 40.12%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC334 (or 0xEFC334) is known color: Saffron. HEX triplet: EF, C3 and 34. RGB value is (239,195,52). Sum of RGB (Red+Green+Blue) = 239+195+52=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC334 is #103CCB. Grayscale: #C0C0C0. Windows color (decimal): -1064140 or 3458031. OLE color: 3458031.

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

Color convert

RGB 239 195 52 -
CMYK 0 0.18 0.78 0.06
HSL 45.88º 0.85% 0.57% -
HSV(B) 45.88º 0.78% 0.94% -
XYZ 55.73 57.63 11.43 -
YUV 191.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 239 195 52 0 0.18 0.78 0.06 45.88 0.85 0.57
Hex EF C3 34 0 12 4E 6 2E 55 39
Octal 357 303 64 0 22 116 6 56 125 71
Binary 11101111 11000011 110100 0 10010 1001110 110 101110 1010101 111001

Color Harmonies of #EFC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC334

Black with #EFC334

Text Example


Text Example

White with #EFC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC334; }

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

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

background-color css

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

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

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

border-color css

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

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

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