Html Css Color HEX #EEC03D Saffron

📋 copy color: '#EEC03D'

red 238 ◦ green 192 ◦ blue 61

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

Shades of Saffron #EEC03D

Tints of Saffron #EEC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.1%

 BLUE value IS 61 (24.22% from 255) = 12.42%

R = 48.47%
G = 39.1%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEC03D (or 0xEEC03D) is known color: Saffron. HEX triplet: EE, C0 and 3D. RGB value is (238,192,61). Sum of RGB (Red+Green+Blue) = 238+192+61=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC03D is #113FC2. Grayscale: #BFBFBF. Windows color (decimal): -1130435 or 4047086. OLE color: 4047086.

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

Color convert

RGB 238 192 61 -
CMYK 0 0.19 0.74 0.07
HSL 44.41º 0.84% 0.59% -
HSV(B) 44.41º 0.74% 0.93% -
XYZ 54.95 56.21 12.37 -
YUV 190.82 54.74 161.65 -
System Red Green Blue C M Y K H S L
Decimal 238 192 61 0 0.19 0.74 0.07 44.41 0.84 0.59
Hex EE C0 3D 0 13 4A 7 2C 54 3B
Octal 356 300 75 0 23 112 7 54 124 73
Binary 11101110 11000000 111101 0 10011 1001010 111 101100 1010100 111011

Color Harmonies of #EEC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC03D

Black with #EEC03D

Text Example


Text Example

White with #EEC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC03D; }

 p { color: rgb(238,192,61); }

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

background-color css

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

 a { background-color: rgb(238,192,61); }

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

border-color css

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

 span { border-color: rgb(238,192,61); }

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