Html Css Color HEX #EDC742 Festival

📋 copy color: '#EDC742'

red 237 ◦ green 199 ◦ blue 66

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

Shades of Festival #EDC742

Tints of Festival #EDC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

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

R = 47.21%
G = 39.64%
B = 13.15%

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

#EDC742 (or 0xEDC742) is known color: Festival. HEX triplet: ED, C7 and 42. RGB value is (237,199,66). Sum of RGB (Red+Green+Blue) = 237+199+66=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC742 is #1238BD. Grayscale: #C3C3C3. Windows color (decimal): -1194174 or 4376557. OLE color: 4376557.

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

Color convert

RGB 237 199 66 -
CMYK 0 0.16 0.72 0.07
HSL 46.67º 0.83% 0.59% -
HSV(B) 46.67º 0.72% 0.93% -
XYZ 56.33 59.24 13.62 -
YUV 195.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 237 199 66 0 0.16 0.72 0.07 46.67 0.83 0.59
Hex ED C7 42 0 10 48 7 2F 53 3B
Octal 355 307 102 0 20 110 7 57 123 73
Binary 11101101 11000111 1000010 0 10000 1001000 111 101111 1010011 111011

Color Harmonies of #EDC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC742

Black with #EDC742

Text Example


Text Example

White with #EDC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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