Html Css Color HEX #EECA38 Saffron

📋 copy color: '#EECA38'

red 238 ◦ green 202 ◦ blue 56

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

Shades of Saffron #EECA38

Tints of Saffron #EECA38

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

 BLUE value IS 56 (22.27% from 255) = 11.29%

R = 47.98%
G = 40.73%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EECA38 (or 0xEECA38) is known color: Saffron. HEX triplet: EE, CA and 38. RGB value is (238,202,56). Sum of RGB (Red+Green+Blue) = 238+202+56=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA38 is #1135C7. Grayscale: #C4C4C4. Windows color (decimal): -1127880 or 3721966. OLE color: 3721966.

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

Color convert

RGB 238 202 56 -
CMYK 0 0.15 0.76 0.07
HSL 48.13º 0.84% 0.58% -
HSV(B) 48.13º 0.76% 0.93% -
XYZ 57.09 60.7 12.45 -
YUV 196.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 238 202 56 0 0.15 0.76 0.07 48.13 0.84 0.58
Hex EE CA 38 0 F 4C 7 30 54 3A
Octal 356 312 70 0 17 114 7 60 124 72
Binary 11101110 11001010 111000 0 1111 1001100 111 110000 1010100 111010

Color Harmonies of #EECA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA38

Black with #EECA38

Text Example


Text Example

White with #EECA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA38; }

 p { color: rgb(238,202,56); }

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

background-color css

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

 a { background-color: rgb(238,202,56); }

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

border-color css

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

 span { border-color: rgb(238,202,56); }

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