Html Css Color HEX #EEC84D Festival

📋 copy color: '#EEC84D'

red 238 ◦ green 200 ◦ blue 77

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

Shades of Festival #EEC84D

Tints of Festival #EEC84D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

 BLUE value IS 77 (30.47% from 255) = 14.95%

R = 46.21%
G = 38.83%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEC84D (or 0xEEC84D) is known color: Festival. HEX triplet: EE, C8 and 4D. RGB value is (238,200,77). Sum of RGB (Red+Green+Blue) = 238+200+77=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC84D is #1137B2. Grayscale: #C5C5C5. Windows color (decimal): -1128371 or 5097710. OLE color: 5097710.

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

Color convert

RGB 238 200 77 -
CMYK 0 0.16 0.68 0.07
HSL 45.84º 0.83% 0.62% -
HSV(B) 45.84º 0.68% 0.93% -
XYZ 57.25 60.02 15.59 -
YUV 197.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 238 200 77 0 0.16 0.68 0.07 45.84 0.83 0.62
Hex EE C8 4D 0 10 44 7 2E 53 3E
Octal 356 310 115 0 20 104 7 56 123 76
Binary 11101110 11001000 1001101 0 10000 1000100 111 101110 1010011 111110

Color Harmonies of #EEC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC84D

Black with #EEC84D

Text Example


Text Example

White with #EEC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC84D; }

 p { color: rgb(238,200,77); }

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

background-color css

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

 a { background-color: rgb(238,200,77); }

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

border-color css

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

 span { border-color: rgb(238,200,77); }

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