Html Css Color HEX #EDCC50 Festival

📋 copy color: '#EDCC50'

red 237 ◦ green 204 ◦ blue 80

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

Shades of Festival #EDCC50

Tints of Festival #EDCC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.36%

R = 45.49%
G = 39.16%
B = 15.36%

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

#EDCC50 (or 0xEDCC50) is known color: Festival. HEX triplet: ED, CC and 50. RGB value is (237,204,80). Sum of RGB (Red+Green+Blue) = 237+204+80=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC50 is #1233AF. Grayscale: #C8C8C8. Windows color (decimal): -1192880 or 5295341. OLE color: 5295341.

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

Color convert

RGB 237 204 80 -
CMYK 0 0.14 0.66 0.07
HSL 47.39º 0.81% 0.62% -
HSV(B) 47.39º 0.66% 0.93% -
XYZ 57.97 61.77 16.46 -
YUV 199.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 237 204 80 0 0.14 0.66 0.07 47.39 0.81 0.62
Hex ED CC 50 0 E 42 7 2F 51 3E
Octal 355 314 120 0 16 102 7 57 121 76
Binary 11101101 11001100 1010000 0 1110 1000010 111 101111 1010001 111110

Color Harmonies of #EDCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC50

Black with #EDCC50

Text Example


Text Example

White with #EDCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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