Html Css Color HEX #EDC949 Festival

📋 copy color: '#EDC949'

red 237 ◦ green 201 ◦ blue 73

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

Shades of Festival #EDC949

Tints of Festival #EDC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.33%

 BLUE value IS 73 (28.91% from 255) = 14.29%

R = 46.38%
G = 39.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC949 (or 0xEDC949) is known color: Festival. HEX triplet: ED, C9 and 49. RGB value is (237,201,73). Sum of RGB (Red+Green+Blue) = 237+201+73=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC949 is #1236B6. Grayscale: #C5C5C5. Windows color (decimal): -1193655 or 4835821. OLE color: 4835821.

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

Color convert

RGB 237 201 73 -
CMYK 0 0.15 0.69 0.07
HSL 46.83º 0.82% 0.61% -
HSV(B) 46.83º 0.69% 0.93% -
XYZ 57.01 60.26 14.93 -
YUV 197.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 237 201 73 0 0.15 0.69 0.07 46.83 0.82 0.61
Hex ED C9 49 0 F 45 7 2F 52 3D
Octal 355 311 111 0 17 105 7 57 122 75
Binary 11101101 11001001 1001001 0 1111 1000101 111 101111 1010010 111101

Color Harmonies of #EDC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC949

Black with #EDC949

Text Example


Text Example

White with #EDC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC949; }

 p { color: rgb(237,201,73); }

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

background-color css

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

 a { background-color: rgb(237,201,73); }

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

border-color css

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

 span { border-color: rgb(237,201,73); }

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