Html Css Color HEX #EDD24C Festival

📋 copy color: '#EDD24C'

red 237 ◦ green 210 ◦ blue 76

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

Shades of Festival #EDD24C

Tints of Festival #EDD24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.53%

R = 45.32%
G = 40.15%
B = 14.53%

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

#EDD24C (or 0xEDD24C) is known color: Festival. HEX triplet: ED, D2 and 4C. RGB value is (237,210,76). Sum of RGB (Red+Green+Blue) = 237+210+76=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD24C is #122DB3. Grayscale: #CBCBCB. Windows color (decimal): -1191348 or 5034733. OLE color: 5034733.

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

Color convert

RGB 237 210 76 -
CMYK 0 0.11 0.68 0.07
HSL 49.94º 0.82% 0.61% -
HSV(B) 49.94º 0.68% 0.93% -
XYZ 59.28 64.62 16.19 -
YUV 202.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 237 210 76 0 0.11 0.68 0.07 49.94 0.82 0.61
Hex ED D2 4C 0 B 44 7 32 52 3D
Octal 355 322 114 0 13 104 7 62 122 75
Binary 11101101 11010010 1001100 0 1011 1000100 111 110010 1010010 111101

Color Harmonies of #EDD24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD24C

Black with #EDD24C

Text Example


Text Example

White with #EDD24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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