Html Css Color HEX #EEC32F Saffron

📋 copy color: '#EEC32F'

red 238 ◦ green 195 ◦ blue 47

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

Shades of Saffron #EEC32F

Tints of Saffron #EEC32F

RGB

 RED value IS 238 (93.36% from 255) = 49.58%

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

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

R = 49.58%
G = 40.63%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEC32F (or 0xEEC32F) is known color: Saffron. HEX triplet: EE, C3 and 2F. RGB value is (238,195,47). Sum of RGB (Red+Green+Blue) = 238+195+47=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC32F is #113CD0. Grayscale: #BFBFBF. Windows color (decimal): -1129681 or 3130350. OLE color: 3130350.

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

Color convert

RGB 238 195 47 -
CMYK 0 0.18 0.80 0.07
HSL 46.49º 0.85% 0.56% -
HSV(B) 46.49º 0.8% 0.93% -
XYZ 55.29 57.41 10.86 -
YUV 190.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 238 195 47 0 0.18 0.80 0.07 46.49 0.85 0.56
Hex EE C3 2F 0 12 50 7 2E 55 38
Octal 356 303 57 0 22 120 7 56 125 70
Binary 11101110 11000011 101111 0 10010 1010000 111 101110 1010101 111000

Color Harmonies of #EEC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC32F

Black with #EEC32F

Text Example


Text Example

White with #EEC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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