Html Css Color HEX #EED744 Festival

📋 copy color: '#EED744'

red 238 ◦ green 215 ◦ blue 68

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

Shades of Festival #EED744

Tints of Festival #EED744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.27%

 BLUE value IS 68 (26.95% from 255) = 13.05%

R = 45.68%
G = 41.27%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED744 (or 0xEED744) is known color: Festival. HEX triplet: EE, D7 and 44. RGB value is (238,215,68). Sum of RGB (Red+Green+Blue) = 238+215+68=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED744 is #1128BB. Grayscale: #CDCDCD. Windows color (decimal): -1124540 or 4511726. OLE color: 4511726.

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

Color convert

RGB 238 215 68 -
CMYK 0 0.10 0.71 0.07
HSL 51.88º 0.83% 0.6% -
HSV(B) 51.88º 0.71% 0.93% -
XYZ 60.6 67.2 15.24 -
YUV 205.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 238 215 68 0 0.10 0.71 0.07 51.88 0.83 0.6
Hex EE D7 44 0 A 47 7 34 53 3C
Octal 356 327 104 0 12 107 7 64 123 74
Binary 11101110 11010111 1000100 0 1010 1000111 111 110100 1010011 111100

Color Harmonies of #EED744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED744

Black with #EED744

Text Example


Text Example

White with #EED744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED744; }

 p { color: rgb(238,215,68); }

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

background-color css

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

 a { background-color: rgb(238,215,68); }

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

border-color css

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

 span { border-color: rgb(238,215,68); }

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