Html Css Color HEX #EDC442 Festival

📋 copy color: '#EDC442'

red 237 ◦ green 196 ◦ blue 66

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

Shades of Festival #EDC442

Tints of Festival #EDC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 47.49%
G = 39.28%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDC442 (or 0xEDC442) is known color: Festival. HEX triplet: ED, C4 and 42. RGB value is (237,196,66). Sum of RGB (Red+Green+Blue) = 237+196+66=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC442 is #123BBD. Grayscale: #C2C2C2. Windows color (decimal): -1194942 or 4375789. OLE color: 4375789.

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

Color convert

RGB 237 196 66 -
CMYK 0 0.17 0.72 0.07
HSL 45.61º 0.83% 0.59% -
HSV(B) 45.61º 0.72% 0.93% -
XYZ 55.65 57.88 13.39 -
YUV 193.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 237 196 66 0 0.17 0.72 0.07 45.61 0.83 0.59
Hex ED C4 42 0 11 48 7 2E 53 3B
Octal 355 304 102 0 21 110 7 56 123 73
Binary 11101101 11000100 1000010 0 10001 1001000 111 101110 1010011 111011

Color Harmonies of #EDC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC442

Black with #EDC442

Text Example


Text Example

White with #EDC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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