Html Css Color HEX #EDD24E Festival

📋 copy color: '#EDD24E'

red 237 ◦ green 210 ◦ blue 78

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

Shades of Festival #EDD24E

Tints of Festival #EDD24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.86%

R = 45.14%
G = 40%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDD24E (or 0xEDD24E) is known color: Festival. HEX triplet: ED, D2 and 4E. RGB value is (237,210,78). Sum of RGB (Red+Green+Blue) = 237+210+78=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD24E is #122DB1. Grayscale: #CBCBCB. Windows color (decimal): -1191346 or 5165805. OLE color: 5165805.

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

Color convert

RGB 237 210 78 -
CMYK 0 0.11 0.67 0.07
HSL 49.81º 0.82% 0.62% -
HSV(B) 49.81º 0.67% 0.93% -
XYZ 59.35 64.65 16.56 -
YUV 203.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 237 210 78 0 0.11 0.67 0.07 49.81 0.82 0.62
Hex ED D2 4E 0 B 43 7 32 52 3E
Octal 355 322 116 0 13 103 7 62 122 76
Binary 11101101 11010010 1001110 0 1011 1000011 111 110010 1010010 111110

Color Harmonies of #EDD24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD24E

Black with #EDD24E

Text Example


Text Example

White with #EDD24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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