Html Css Color HEX #EDD24D Festival

📋 copy color: '#EDD24D'

red 237 ◦ green 210 ◦ blue 77

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

Shades of Festival #EDD24D

Tints of Festival #EDD24D

RGB

 RED value IS 237 (92.97% from 255) = 45.23%

 GREEN value IS 210 (82.42% from 255) = 40.08%

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

R = 45.23%
G = 40.08%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD24D (or 0xEDD24D) is known color: Festival. HEX triplet: ED, D2 and 4D. RGB value is (237,210,77). Sum of RGB (Red+Green+Blue) = 237+210+77=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD24D is #122DB2. Grayscale: #CBCBCB. Windows color (decimal): -1191347 or 5100269. OLE color: 5100269.

HSL color Cylindrical-coordinate representation of color #EDD24D: hue angle of 49.88º degrees, saturation: 0.82, 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 #EDD24D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 77 -
CMYK 0 0.11 0.68 0.07
HSL 49.88º 0.82% 0.62% -
HSV(B) 49.88º 0.68% 0.93% -
XYZ 59.31 64.63 16.37 -
YUV 202.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 237 210 77 0 0.11 0.68 0.07 49.88 0.82 0.62
Hex ED D2 4D 0 B 44 7 32 52 3E
Octal 355 322 115 0 13 104 7 62 122 76
Binary 11101101 11010010 1001101 0 1011 1000100 111 110010 1010010 111110

Color Harmonies of #EDD24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD24D

Black with #EDD24D

Text Example


Text Example

White with #EDD24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD24D; }

 p { color: rgb(237,210,77); }

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

background-color css

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

 a { background-color: rgb(237,210,77); }

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

border-color css

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

 span { border-color: rgb(237,210,77); }

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