Html Css Color HEX #EFC32F Saffron

📋 copy color: '#EFC32F'

red 239 ◦ green 195 ◦ blue 47

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

Shades of Saffron #EFC32F

Tints of Saffron #EFC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 49.69%
G = 40.54%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC32F (or 0xEFC32F) is known color: Saffron. HEX triplet: EF, C3 and 2F. RGB value is (239,195,47). Sum of RGB (Red+Green+Blue) = 239+195+47=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC32F is #103CD0. Grayscale: #BFBFBF. Windows color (decimal): -1064145 or 3130351. OLE color: 3130351.

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

Color convert

RGB 239 195 47 -
CMYK 0 0.18 0.80 0.06
HSL 46.25º 0.86% 0.56% -
HSV(B) 46.25º 0.8% 0.94% -
XYZ 55.62 57.59 10.87 -
YUV 191.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 239 195 47 0 0.18 0.80 0.06 46.25 0.86 0.56
Hex EF C3 2F 0 12 50 6 2E 56 38
Octal 357 303 57 0 22 120 6 56 126 70
Binary 11101111 11000011 101111 0 10010 1010000 110 101110 1010110 111000

Color Harmonies of #EFC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC32F

Black with #EFC32F

Text Example


Text Example

White with #EFC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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