Html Css Color HEX #EDD048 Festival

📋 copy color: '#EDD048'

red 237 ◦ green 208 ◦ blue 72

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

Shades of Festival #EDD048

Tints of Festival #EDD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

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

R = 45.84%
G = 40.23%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD048 (or 0xEDD048) is known color: Festival. HEX triplet: ED, D0 and 48. RGB value is (237,208,72). Sum of RGB (Red+Green+Blue) = 237+208+72=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD048 is #122FB7. Grayscale: #C9C9C9. Windows color (decimal): -1191864 or 4772077. OLE color: 4772077.

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

Color convert

RGB 237 208 72 -
CMYK 0 0.12 0.70 0.07
HSL 49.45º 0.82% 0.61% -
HSV(B) 49.45º 0.7% 0.93% -
XYZ 58.65 63.58 15.31 -
YUV 201.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 237 208 72 0 0.12 0.70 0.07 49.45 0.82 0.61
Hex ED D0 48 0 C 46 7 31 52 3D
Octal 355 320 110 0 14 106 7 61 122 75
Binary 11101101 11010000 1001000 0 1100 1000110 111 110001 1010010 111101

Color Harmonies of #EDD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD048

Black with #EDD048

Text Example


Text Example

White with #EDD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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