Html Css Color HEX #EFC32C Saffron

📋 copy color: '#EFC32C'

red 239 ◦ green 195 ◦ blue 44

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

Shades of Saffron #EFC32C

Tints of Saffron #EFC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.21%

R = 50%
G = 40.79%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC32C (or 0xEFC32C) is known color: Saffron. HEX triplet: EF, C3 and 2C. RGB value is (239,195,44). Sum of RGB (Red+Green+Blue) = 239+195+44=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC32C is #103CD3. Grayscale: #BFBFBF. Windows color (decimal): -1064148 or 2933743. OLE color: 2933743.

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

Color convert

RGB 239 195 44 -
CMYK 0 0.18 0.82 0.06
HSL 46.46º 0.86% 0.55% -
HSV(B) 46.46º 0.82% 0.94% -
XYZ 55.57 57.56 10.56 -
YUV 190.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 239 195 44 0 0.18 0.82 0.06 46.46 0.86 0.55
Hex EF C3 2C 0 12 52 6 2E 56 37
Octal 357 303 54 0 22 122 6 56 126 67
Binary 11101111 11000011 101100 0 10010 1010010 110 101110 1010110 110111

Color Harmonies of #EFC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC32C

Black with #EFC32C

Text Example


Text Example

White with #EFC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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