Html Css Color HEX #EEC640 Festival

📋 copy color: '#EEC640'

red 238 ◦ green 198 ◦ blue 64

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

Shades of Festival #EEC640

Tints of Festival #EEC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.6%

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 47.6%
G = 39.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEC640 (or 0xEEC640) is known color: Festival. HEX triplet: EE, C6 and 40. RGB value is (238,198,64). Sum of RGB (Red+Green+Blue) = 238+198+64=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC640 is #1139BF. Grayscale: #C3C3C3. Windows color (decimal): -1128896 or 4245230. OLE color: 4245230.

HSL color Cylindrical-coordinate representation of color #EEC640: hue angle of 46.21º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEC640 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 198 64 -
CMYK 0 0.17 0.73 0.07
HSL 46.21º 0.84% 0.59% -
HSV(B) 46.21º 0.73% 0.93% -
XYZ 56.38 58.94 13.25 -
YUV 194.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 238 198 64 0 0.17 0.73 0.07 46.21 0.84 0.59
Hex EE C6 40 0 11 49 7 2E 54 3B
Octal 356 306 100 0 21 111 7 56 124 73
Binary 11101110 11000110 1000000 0 10001 1001001 111 101110 1010100 111011

Color Harmonies of #EEC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC640

Black with #EEC640

Text Example


Text Example

White with #EEC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC640; }

 p { color: rgb(238,198,64); }

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

background-color css

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

 a { background-color: rgb(238,198,64); }

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

border-color css

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

 span { border-color: rgb(238,198,64); }

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