Html Css Color HEX #EDC952 Festival

📋 copy color: '#EDC952'

red 237 ◦ green 201 ◦ blue 82

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

Shades of Festival #EDC952

Tints of Festival #EDC952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.77%

R = 45.58%
G = 38.65%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC952 (or 0xEDC952) is known color: Festival. HEX triplet: ED, C9 and 52. RGB value is (237,201,82). Sum of RGB (Red+Green+Blue) = 237+201+82=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC952 is #1236AD. Grayscale: #C6C6C6. Windows color (decimal): -1193646 or 5425645. OLE color: 5425645.

HSL color Cylindrical-coordinate representation of color #EDC952: hue angle of 46.06º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDC952 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 82 -
CMYK 0 0.15 0.65 0.07
HSL 46.06º 0.81% 0.63% -
HSV(B) 46.06º 0.65% 0.93% -
XYZ 57.33 60.39 16.62 -
YUV 198.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 237 201 82 0 0.15 0.65 0.07 46.06 0.81 0.63
Hex ED C9 52 0 F 41 7 2E 51 3F
Octal 355 311 122 0 17 101 7 56 121 77
Binary 11101101 11001001 1010010 0 1111 1000001 111 101110 1010001 111111

Color Harmonies of #EDC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC952

Black with #EDC952

Text Example


Text Example

White with #EDC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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