Html Css Color HEX #EEC33E Saffron

📋 copy color: '#EEC33E'

red 238 ◦ green 195 ◦ blue 62

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

Shades of Saffron #EEC33E

Tints of Saffron #EEC33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.53%

R = 48.08%
G = 39.39%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEC33E (or 0xEEC33E) is known color: Saffron. HEX triplet: EE, C3 and 3E. RGB value is (238,195,62). Sum of RGB (Red+Green+Blue) = 238+195+62=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC33E is #113CC1. Grayscale: #C1C1C1. Windows color (decimal): -1129666 or 4113390. OLE color: 4113390.

HSL color Cylindrical-coordinate representation of color #EEC33E: hue angle of 45.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEC33E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 62 -
CMYK 0 0.18 0.74 0.07
HSL 45.34º 0.84% 0.59% -
HSV(B) 45.34º 0.74% 0.93% -
XYZ 55.64 57.56 12.73 -
YUV 192.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 238 195 62 0 0.18 0.74 0.07 45.34 0.84 0.59
Hex EE C3 3E 0 12 4A 7 2D 54 3B
Octal 356 303 76 0 22 112 7 55 124 73
Binary 11101110 11000011 111110 0 10010 1001010 111 101101 1010100 111011

Color Harmonies of #EEC33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC33E

Black with #EEC33E

Text Example


Text Example

White with #EEC33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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