Html Css Color HEX #EDD24A Festival

📋 copy color: '#EDD24A'

red 237 ◦ green 210 ◦ blue 74

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

Shades of Festival #EDD24A

Tints of Festival #EDD24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 45.49%
G = 40.31%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDD24A (or 0xEDD24A) is known color: Festival. HEX triplet: ED, D2 and 4A. RGB value is (237,210,74). Sum of RGB (Red+Green+Blue) = 237+210+74=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD24A is #122DB5. Grayscale: #CBCBCB. Windows color (decimal): -1191350 or 4903661. OLE color: 4903661.

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

Color convert

RGB 237 210 74 -
CMYK 0 0.11 0.69 0.07
HSL 50.06º 0.82% 0.61% -
HSV(B) 50.06º 0.69% 0.93% -
XYZ 59.21 64.59 15.83 -
YUV 202.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 237 210 74 0 0.11 0.69 0.07 50.06 0.82 0.61
Hex ED D2 4A 0 B 45 7 32 52 3D
Octal 355 322 112 0 13 105 7 62 122 75
Binary 11101101 11010010 1001010 0 1011 1000101 111 110010 1010010 111101

Color Harmonies of #EDD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD24A

Black with #EDD24A

Text Example


Text Example

White with #EDD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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