Html Css Color HEX #EEC64A Festival

📋 copy color: '#EEC64A'

red 238 ◦ green 198 ◦ blue 74

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

Shades of Festival #EEC64A

Tints of Festival #EEC64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 46.67%
G = 38.82%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEC64A (or 0xEEC64A) is known color: Festival. HEX triplet: EE, C6 and 4A. RGB value is (238,198,74). Sum of RGB (Red+Green+Blue) = 238+198+74=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC64A is #1139B5. Grayscale: #C4C4C4. Windows color (decimal): -1128886 or 4900590. OLE color: 4900590.

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

Color convert

RGB 238 198 74 -
CMYK 0 0.17 0.69 0.07
HSL 45.37º 0.83% 0.61% -
HSV(B) 45.37º 0.69% 0.93% -
XYZ 56.69 59.06 14.89 -
YUV 195.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 238 198 74 0 0.17 0.69 0.07 45.37 0.83 0.61
Hex EE C6 4A 0 11 45 7 2D 53 3D
Octal 356 306 112 0 21 105 7 55 123 75
Binary 11101110 11000110 1001010 0 10001 1000101 111 101101 1010011 111101

Color Harmonies of #EEC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC64A

Black with #EEC64A

Text Example


Text Example

White with #EEC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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