Html Css Color HEX #EDD248 Festival

📋 copy color: '#EDD248'

red 237 ◦ green 210 ◦ blue 72

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

Shades of Festival #EDD248

Tints of Festival #EDD248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.87%

R = 45.66%
G = 40.46%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD248 (or 0xEDD248) is known color: Festival. HEX triplet: ED, D2 and 48. RGB value is (237,210,72). Sum of RGB (Red+Green+Blue) = 237+210+72=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD248 is #122DB7. Grayscale: #CACACA. Windows color (decimal): -1191352 or 4772589. OLE color: 4772589.

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

Color convert

RGB 237 210 72 -
CMYK 0 0.11 0.70 0.07
HSL 50.18º 0.82% 0.61% -
HSV(B) 50.18º 0.7% 0.93% -
XYZ 59.14 64.57 15.48 -
YUV 202.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 237 210 72 0 0.11 0.70 0.07 50.18 0.82 0.61
Hex ED D2 48 0 B 46 7 32 52 3D
Octal 355 322 110 0 13 106 7 62 122 75
Binary 11101101 11010010 1001000 0 1011 1000110 111 110010 1010010 111101

Color Harmonies of #EDD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD248

Black with #EDD248

Text Example


Text Example

White with #EDD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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