Html Css Color HEX #EDD148 Festival

📋 copy color: '#EDD148'

red 237 ◦ green 209 ◦ blue 72

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

Shades of Festival #EDD148

Tints of Festival #EDD148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

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

R = 45.75%
G = 40.35%
B = 13.9%

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

#EDD148 (or 0xEDD148) is known color: Festival. HEX triplet: ED, D1 and 48. RGB value is (237,209,72). Sum of RGB (Red+Green+Blue) = 237+209+72=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD148 is #122EB7. Grayscale: #CACACA. Windows color (decimal): -1191608 or 4772333. OLE color: 4772333.

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

Color convert

RGB 237 209 72 -
CMYK 0 0.12 0.70 0.07
HSL 49.82º 0.82% 0.61% -
HSV(B) 49.82º 0.7% 0.93% -
XYZ 58.9 64.07 15.39 -
YUV 201.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 237 209 72 0 0.12 0.70 0.07 49.82 0.82 0.61
Hex ED D1 48 0 C 46 7 32 52 3D
Octal 355 321 110 0 14 106 7 62 122 75
Binary 11101101 11010001 1001000 0 1100 1000110 111 110010 1010010 111101

Color Harmonies of #EDD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD148

Black with #EDD148

Text Example


Text Example

White with #EDD148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD148; }

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

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

background-color css

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

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

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

border-color css

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

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

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