Html Css Color HEX #EEC230 Saffron

📋 copy color: '#EEC230'

red 238 ◦ green 194 ◦ blue 48

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

Shades of Saffron #EEC230

Tints of Saffron #EEC230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10%

R = 49.58%
G = 40.42%
B = 10%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEC230 (or 0xEEC230) is known color: Saffron. HEX triplet: EE, C2 and 30. RGB value is (238,194,48). Sum of RGB (Red+Green+Blue) = 238+194+48=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC230 is #113DCF. Grayscale: #BFBFBF. Windows color (decimal): -1129936 or 3195630. OLE color: 3195630.

HSL color Cylindrical-coordinate representation of color #EEC230: hue angle of 46.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEC230 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 194 48 -
CMYK 0 0.18 0.80 0.07
HSL 46.11º 0.85% 0.56% -
HSV(B) 46.11º 0.8% 0.93% -
XYZ 55.09 56.97 10.89 -
YUV 190.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 238 194 48 0 0.18 0.80 0.07 46.11 0.85 0.56
Hex EE C2 30 0 12 50 7 2E 55 38
Octal 356 302 60 0 22 120 7 56 125 70
Binary 11101110 11000010 110000 0 10010 1010000 111 101110 1010101 111000

Color Harmonies of #EEC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC230

Black with #EEC230

Text Example


Text Example

White with #EEC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC230; }

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

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

background-color css

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

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

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

border-color css

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

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

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