Html Css Color HEX #EEC738 Saffron

📋 copy color: '#EEC738'

red 238 ◦ green 199 ◦ blue 56

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

Shades of Saffron #EEC738

Tints of Saffron #EEC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

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

R = 48.28%
G = 40.37%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC738 (or 0xEEC738) is known color: Saffron. HEX triplet: EE, C7 and 38. RGB value is (238,199,56). Sum of RGB (Red+Green+Blue) = 238+199+56=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC738 is #1138C7. Grayscale: #C2C2C2. Windows color (decimal): -1128648 or 3721198. OLE color: 3721198.

HSL color Cylindrical-coordinate representation of color #EEC738: hue angle of 47.14º 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 #EEC738 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 56 -
CMYK 0 0.16 0.76 0.07
HSL 47.14º 0.84% 0.58% -
HSV(B) 47.14º 0.76% 0.93% -
XYZ 56.4 59.31 12.22 -
YUV 194.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 238 199 56 0 0.16 0.76 0.07 47.14 0.84 0.58
Hex EE C7 38 0 10 4C 7 2F 54 3A
Octal 356 307 70 0 20 114 7 57 124 72
Binary 11101110 11000111 111000 0 10000 1001100 111 101111 1010100 111010

Color Harmonies of #EEC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC738

Black with #EEC738

Text Example


Text Example

White with #EEC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC738; }

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

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

background-color css

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

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

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

border-color css

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

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

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