Html Css Color HEX #EDCC52 Festival

📋 copy color: '#EDCC52'

red 237 ◦ green 204 ◦ blue 82

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

Shades of Festival #EDCC52

Tints of Festival #EDCC52

RGB

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

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

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

R = 45.32%
G = 39.01%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDCC52 (or 0xEDCC52) is known color: Festival. HEX triplet: ED, CC and 52. RGB value is (237,204,82). Sum of RGB (Red+Green+Blue) = 237+204+82=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC52 is #1233AD. Grayscale: #C8C8C8. Windows color (decimal): -1192878 or 5426413. OLE color: 5426413.

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

Color convert

RGB 237 204 82 -
CMYK 0 0.14 0.65 0.07
HSL 47.23º 0.81% 0.63% -
HSV(B) 47.23º 0.65% 0.93% -
XYZ 58.04 61.8 16.85 -
YUV 199.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 237 204 82 0 0.14 0.65 0.07 47.23 0.81 0.63
Hex ED CC 52 0 E 41 7 2F 51 3F
Octal 355 314 122 0 16 101 7 57 121 77
Binary 11101101 11001100 1010010 0 1110 1000001 111 101111 1010001 111111

Color Harmonies of #EDCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC52

Black with #EDCC52

Text Example


Text Example

White with #EDCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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