Html Css Color HEX #EEC330 Saffron

📋 copy color: '#EEC330'

red 238 ◦ green 195 ◦ blue 48

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

Shades of Saffron #EEC330

Tints of Saffron #EEC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 49.48%
G = 40.54%
B = 9.98%

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

#EEC330 (or 0xEEC330) is known color: Saffron. HEX triplet: EE, C3 and 30. RGB value is (238,195,48). Sum of RGB (Red+Green+Blue) = 238+195+48=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC330 is #113CCF. Grayscale: #BFBFBF. Windows color (decimal): -1129680 or 3195886. OLE color: 3195886.

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

Color convert

RGB 238 195 48 -
CMYK 0 0.18 0.80 0.07
HSL 46.42º 0.85% 0.56% -
HSV(B) 46.42º 0.8% 0.93% -
XYZ 55.31 57.42 10.96 -
YUV 191.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 238 195 48 0 0.18 0.80 0.07 46.42 0.85 0.56
Hex EE C3 30 0 12 50 7 2E 55 38
Octal 356 303 60 0 22 120 7 56 125 70
Binary 11101110 11000011 110000 0 10010 1010000 111 101110 1010101 111000

Color Harmonies of #EEC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC330

Black with #EEC330

Text Example


Text Example

White with #EEC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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