Html Css Color HEX #EEC438 Saffron

📋 copy color: '#EEC438'

red 238 ◦ green 196 ◦ blue 56

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

Shades of Saffron #EEC438

Tints of Saffron #EEC438

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

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

R = 48.57%
G = 40%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC438 (or 0xEEC438) is known color: Saffron. HEX triplet: EE, C4 and 38. RGB value is (238,196,56). Sum of RGB (Red+Green+Blue) = 238+196+56=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC438 is #113BC7. Grayscale: #C1C1C1. Windows color (decimal): -1129416 or 3720430. OLE color: 3720430.

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

Color convert

RGB 238 196 56 -
CMYK 0 0.18 0.76 0.07
HSL 46.15º 0.84% 0.58% -
HSV(B) 46.15º 0.76% 0.93% -
XYZ 55.71 57.94 11.99 -
YUV 192.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 238 196 56 0 0.18 0.76 0.07 46.15 0.84 0.58
Hex EE C4 38 0 12 4C 7 2E 54 3A
Octal 356 304 70 0 22 114 7 56 124 72
Binary 11101110 11000100 111000 0 10010 1001100 111 101110 1010100 111010

Color Harmonies of #EEC438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC438

Black with #EEC438

Text Example


Text Example

White with #EEC438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC438; }

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

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

background-color css

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

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

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

border-color css

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

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

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