Html Css Color HEX #EFC832 Saffron

📋 copy color: '#EFC832'

red 239 ◦ green 200 ◦ blue 50

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

Shades of Saffron #EFC832

Tints of Saffron #EFC832

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.9%

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

R = 48.88%
G = 40.9%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC832 (or 0xEFC832) is known color: Saffron. HEX triplet: EF, C8 and 32. RGB value is (239,200,50). Sum of RGB (Red+Green+Blue) = 239+200+50=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC832 is #1037CD. Grayscale: #C3C3C3. Windows color (decimal): -1062862 or 3328239. OLE color: 3328239.

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

Color convert

RGB 239 200 50 -
CMYK 0 0.16 0.79 0.06
HSL 47.62º 0.86% 0.57% -
HSV(B) 47.62º 0.79% 0.94% -
XYZ 56.83 59.89 11.58 -
YUV 194.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 239 200 50 0 0.16 0.79 0.06 47.62 0.86 0.57
Hex EF C8 32 0 10 4F 6 30 56 39
Octal 357 310 62 0 20 117 6 60 126 71
Binary 11101111 11001000 110010 0 10000 1001111 110 110000 1010110 111001

Color Harmonies of #EFC832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC832

Black with #EFC832

Text Example


Text Example

White with #EFC832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC832; }

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

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

background-color css

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

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

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

border-color css

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

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

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