Html Css Color HEX #EED640 Festival

📋 copy color: '#EED640'

red 238 ◦ green 214 ◦ blue 64

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

Shades of Festival #EED640

Tints of Festival #EED640

RGB

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

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

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

R = 46.12%
G = 41.47%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EED640 (or 0xEED640) is known color: Festival. HEX triplet: EE, D6 and 40. RGB value is (238,214,64). Sum of RGB (Red+Green+Blue) = 238+214+64=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED640 is #1129BF. Grayscale: #CCCCCC. Windows color (decimal): -1124800 or 4249326. OLE color: 4249326.

HSL color Cylindrical-coordinate representation of color #EED640: hue angle of 51.72º 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 #EED640 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 64 -
CMYK 0 0.10 0.73 0.07
HSL 51.72º 0.84% 0.59% -
HSV(B) 51.72º 0.73% 0.93% -
XYZ 60.23 66.64 14.54 -
YUV 204.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 238 214 64 0 0.10 0.73 0.07 51.72 0.84 0.59
Hex EE D6 40 0 A 49 7 34 54 3B
Octal 356 326 100 0 12 111 7 64 124 73
Binary 11101110 11010110 1000000 0 1010 1001001 111 110100 1010100 111011

Color Harmonies of #EED640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED640

Black with #EED640

Text Example


Text Example

White with #EED640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED640; }

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

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

background-color css

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

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

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

border-color css

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

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

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