Html Css Color HEX #EDC951 Festival

📋 copy color: '#EDC951'

red 237 ◦ green 201 ◦ blue 81

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

Shades of Festival #EDC951

Tints of Festival #EDC951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.61%

R = 45.66%
G = 38.73%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDC951 (or 0xEDC951) is known color: Festival. HEX triplet: ED, C9 and 51. RGB value is (237,201,81). Sum of RGB (Red+Green+Blue) = 237+201+81=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC951 is #1236AE. Grayscale: #C6C6C6. Windows color (decimal): -1193647 or 5360109. OLE color: 5360109.

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

Color convert

RGB 237 201 81 -
CMYK 0 0.15 0.66 0.07
HSL 46.15º 0.81% 0.62% -
HSV(B) 46.15º 0.66% 0.93% -
XYZ 57.3 60.37 16.42 -
YUV 198.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 237 201 81 0 0.15 0.66 0.07 46.15 0.81 0.62
Hex ED C9 51 0 F 42 7 2E 51 3E
Octal 355 311 121 0 17 102 7 56 121 76
Binary 11101101 11001001 1010001 0 1111 1000010 111 101110 1010001 111110

Color Harmonies of #EDC951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC951

Black with #EDC951

Text Example


Text Example

White with #EDC951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC951; }

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

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

background-color css

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

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

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

border-color css

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

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

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