Html Css Color HEX #EEC345 Festival

📋 copy color: '#EEC345'

red 238 ◦ green 195 ◦ blue 69

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

Shades of Festival #EEC345

Tints of Festival #EEC345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 47.41%
G = 38.84%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEC345 (or 0xEEC345) is known color: Festival. HEX triplet: EE, C3 and 45. RGB value is (238,195,69). Sum of RGB (Red+Green+Blue) = 238+195+69=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC345 is #113CBA. Grayscale: #C2C2C2. Windows color (decimal): -1129659 or 4572142. OLE color: 4572142.

HSL color Cylindrical-coordinate representation of color #EEC345: hue angle of 44.73º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC345 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 69 -
CMYK 0 0.18 0.71 0.07
HSL 44.73º 0.83% 0.6% -
HSV(B) 44.73º 0.71% 0.93% -
XYZ 55.85 57.64 13.81 -
YUV 193.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 238 195 69 0 0.18 0.71 0.07 44.73 0.83 0.6
Hex EE C3 45 0 12 47 7 2D 53 3C
Octal 356 303 105 0 22 107 7 55 123 74
Binary 11101110 11000011 1000101 0 10010 1000111 111 101101 1010011 111100

Color Harmonies of #EEC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC345

Black with #EEC345

Text Example


Text Example

White with #EEC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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