Html Css Color HEX #EDCC4D Festival

📋 copy color: '#EDCC4D'

red 237 ◦ green 204 ◦ blue 77

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

Shades of Festival #EDCC4D

Tints of Festival #EDCC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.86%

R = 45.75%
G = 39.38%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDCC4D (or 0xEDCC4D) is known color: Festival. HEX triplet: ED, CC and 4D. RGB value is (237,204,77). Sum of RGB (Red+Green+Blue) = 237+204+77=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC4D is #1233B2. Grayscale: #C7C7C7. Windows color (decimal): -1192883 or 5098733. OLE color: 5098733.

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

Color convert

RGB 237 204 77 -
CMYK 0 0.14 0.68 0.07
HSL 47.63º 0.82% 0.62% -
HSV(B) 47.63º 0.68% 0.93% -
XYZ 57.86 61.73 15.89 -
YUV 199.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 237 204 77 0 0.14 0.68 0.07 47.63 0.82 0.62
Hex ED CC 4D 0 E 44 7 30 52 3E
Octal 355 314 115 0 16 104 7 60 122 76
Binary 11101101 11001100 1001101 0 1110 1000100 111 110000 1010010 111110

Color Harmonies of #EDCC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC4D

Black with #EDCC4D

Text Example


Text Example

White with #EDCC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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