Html Css Color HEX #EEC236 Saffron

📋 copy color: '#EEC236'

red 238 ◦ green 194 ◦ blue 54

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

Shades of Saffron #EEC236

Tints of Saffron #EEC236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.92%

 BLUE value IS 54 (21.48% from 255) = 11.11%

R = 48.97%
G = 39.92%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EEC236 (or 0xEEC236) is known color: Saffron. HEX triplet: EE, C2 and 36. RGB value is (238,194,54). Sum of RGB (Red+Green+Blue) = 238+194+54=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC236 is #113DC9. Grayscale: #BFBFBF. Windows color (decimal): -1129930 or 3588846. OLE color: 3588846.

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

Color convert

RGB 238 194 54 -
CMYK 0 0.18 0.77 0.07
HSL 45.65º 0.84% 0.57% -
HSV(B) 45.65º 0.77% 0.93% -
XYZ 55.22 57.03 11.59 -
YUV 191.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 238 194 54 0 0.18 0.77 0.07 45.65 0.84 0.57
Hex EE C2 36 0 12 4D 7 2E 54 39
Octal 356 302 66 0 22 115 7 56 124 71
Binary 11101110 11000010 110110 0 10010 1001101 111 101110 1010100 111001

Color Harmonies of #EEC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC236

Black with #EEC236

Text Example


Text Example

White with #EEC236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC236; }

 p { color: rgb(238,194,54); }

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

background-color css

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

 a { background-color: rgb(238,194,54); }

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

border-color css

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

 span { border-color: rgb(238,194,54); }

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