Html Css Color HEX #EDC142 Festival

📋 copy color: '#EDC142'

red 237 ◦ green 193 ◦ blue 66

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

Shades of Festival #EDC142

Tints of Festival #EDC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 47.78%
G = 38.91%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDC142 (or 0xEDC142) is known color: Festival. HEX triplet: ED, C1 and 42. RGB value is (237,193,66). Sum of RGB (Red+Green+Blue) = 237+193+66=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC142 is #123EBD. Grayscale: #C0C0C0. Windows color (decimal): -1195710 or 4375021. OLE color: 4375021.

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

Color convert

RGB 237 193 66 -
CMYK 0 0.19 0.72 0.07
HSL 44.56º 0.83% 0.59% -
HSV(B) 44.56º 0.72% 0.93% -
XYZ 54.98 56.54 13.17 -
YUV 191.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 237 193 66 0 0.19 0.72 0.07 44.56 0.83 0.59
Hex ED C1 42 0 13 48 7 2D 53 3B
Octal 355 301 102 0 23 110 7 55 123 73
Binary 11101101 11000001 1000010 0 10011 1001000 111 101101 1010011 111011

Color Harmonies of #EDC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC142

Black with #EDC142

Text Example


Text Example

White with #EDC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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