Html Css Color HEX #EDCC42 Festival

📋 copy color: '#EDCC42'

red 237 ◦ green 204 ◦ blue 66

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

Shades of Festival #EDCC42

Tints of Festival #EDCC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.02%

R = 46.75%
G = 40.24%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCC42 (or 0xEDCC42) is known color: Festival. HEX triplet: ED, CC and 42. RGB value is (237,204,66). Sum of RGB (Red+Green+Blue) = 237+204+66=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC42 is #1233BD. Grayscale: #C6C6C6. Windows color (decimal): -1192894 or 4377837. OLE color: 4377837.

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

Color convert

RGB 237 204 66 -
CMYK 0 0.14 0.72 0.07
HSL 48.42º 0.83% 0.59% -
HSV(B) 48.42º 0.72% 0.93% -
XYZ 57.5 61.58 14.01 -
YUV 198.14 53.43 155.72 -
System Red Green Blue C M Y K H S L
Decimal 237 204 66 0 0.14 0.72 0.07 48.42 0.83 0.59
Hex ED CC 42 0 E 48 7 30 53 3B
Octal 355 314 102 0 16 110 7 60 123 73
Binary 11101101 11001100 1000010 0 1110 1001000 111 110000 1010011 111011

Color Harmonies of #EDCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC42

Black with #EDCC42

Text Example


Text Example

White with #EDCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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