Html Css Color HEX #EDD24B Festival

📋 copy color: '#EDD24B'

red 237 ◦ green 210 ◦ blue 75

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

Shades of Festival #EDD24B

Tints of Festival #EDD24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.37%

R = 45.4%
G = 40.23%
B = 14.37%

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

#EDD24B (or 0xEDD24B) is known color: Festival. HEX triplet: ED, D2 and 4B. RGB value is (237,210,75). Sum of RGB (Red+Green+Blue) = 237+210+75=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD24B is #122DB4. Grayscale: #CBCBCB. Windows color (decimal): -1191349 or 4969197. OLE color: 4969197.

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

Color convert

RGB 237 210 75 -
CMYK 0 0.11 0.68 0.07
HSL 50º 0.82% 0.61% -
HSV(B) 50º 0.68% 0.93% -
XYZ 59.24 64.61 16 -
YUV 202.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 237 210 75 0 0.11 0.68 0.07 50 0.82 0.61
Hex ED D2 4B 0 B 44 7 32 52 3D
Octal 355 322 113 0 13 104 7 62 122 75
Binary 11101101 11010010 1001011 0 1011 1000100 111 110010 1010010 111101

Color Harmonies of #EDD24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD24B

Black with #EDD24B

Text Example


Text Example

White with #EDD24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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