Html Css Color HEX #EED642 Festival

📋 copy color: '#EED642'

red 238 ◦ green 214 ◦ blue 66

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

Shades of Festival #EED642

Tints of Festival #EED642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

 BLUE value IS 66 (26.17% from 255) = 12.74%

R = 45.95%
G = 41.31%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EED642 (or 0xEED642) is known color: Festival. HEX triplet: EE, D6 and 42. RGB value is (238,214,66). Sum of RGB (Red+Green+Blue) = 238+214+66=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED642 is #1129BD. Grayscale: #CCCCCC. Windows color (decimal): -1124798 or 4380398. OLE color: 4380398.

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

Color convert

RGB 238 214 66 -
CMYK 0 0.10 0.72 0.07
HSL 51.63º 0.83% 0.6% -
HSV(B) 51.63º 0.72% 0.93% -
XYZ 60.29 66.66 14.84 -
YUV 204.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 238 214 66 0 0.10 0.72 0.07 51.63 0.83 0.6
Hex EE D6 42 0 A 48 7 34 53 3C
Octal 356 326 102 0 12 110 7 64 123 74
Binary 11101110 11010110 1000010 0 1010 1001000 111 110100 1010011 111100

Color Harmonies of #EED642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED642

Black with #EED642

Text Example


Text Example

White with #EED642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED642; }

 p { color: rgb(238,214,66); }

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

background-color css

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

 a { background-color: rgb(238,214,66); }

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

border-color css

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

 span { border-color: rgb(238,214,66); }

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