Html Css Color HEX #EDC842 Festival

📋 copy color: '#EDC842'

red 237 ◦ green 200 ◦ blue 66

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

Shades of Festival #EDC842

Tints of Festival #EDC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

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

R = 47.12%
G = 39.76%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDC842 (or 0xEDC842) is known color: Festival. HEX triplet: ED, C8 and 42. RGB value is (237,200,66). Sum of RGB (Red+Green+Blue) = 237+200+66=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC842 is #1237BD. Grayscale: #C4C4C4. Windows color (decimal): -1193918 or 4376813. OLE color: 4376813.

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

Color convert

RGB 237 200 66 -
CMYK 0 0.16 0.72 0.07
HSL 47.02º 0.83% 0.59% -
HSV(B) 47.02º 0.72% 0.93% -
XYZ 56.56 59.71 13.7 -
YUV 195.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 237 200 66 0 0.16 0.72 0.07 47.02 0.83 0.59
Hex ED C8 42 0 10 48 7 2F 53 3B
Octal 355 310 102 0 20 110 7 57 123 73
Binary 11101101 11001000 1000010 0 10000 1001000 111 101111 1010011 111011

Color Harmonies of #EDC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC842

Black with #EDC842

Text Example


Text Example

White with #EDC842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC842; }

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

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

background-color css

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

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

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

border-color css

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

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

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