Html Css Color HEX #EDCC51 Festival

📋 copy color: '#EDCC51'

red 237 ◦ green 204 ◦ blue 81

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

Shades of Festival #EDCC51

Tints of Festival #EDCC51

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

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

R = 45.4%
G = 39.08%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDCC51 (or 0xEDCC51) is known color: Festival. HEX triplet: ED, CC and 51. RGB value is (237,204,81). Sum of RGB (Red+Green+Blue) = 237+204+81=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC51 is #1233AE. Grayscale: #C8C8C8. Windows color (decimal): -1192879 or 5360877. OLE color: 5360877.

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

Color convert

RGB 237 204 81 -
CMYK 0 0.14 0.66 0.07
HSL 47.31º 0.81% 0.62% -
HSV(B) 47.31º 0.66% 0.93% -
XYZ 58 61.78 16.65 -
YUV 199.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 237 204 81 0 0.14 0.66 0.07 47.31 0.81 0.62
Hex ED CC 51 0 E 42 7 2F 51 3E
Octal 355 314 121 0 16 102 7 57 121 76
Binary 11101101 11001100 1010001 0 1110 1000010 111 101111 1010001 111110

Color Harmonies of #EDCC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC51

Black with #EDCC51

Text Example


Text Example

White with #EDCC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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