Html Css Color HEX #EDD742 Festival

📋 copy color: '#EDD742'

red 237 ◦ green 215 ◦ blue 66

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

Shades of Festival #EDD742

Tints of Festival #EDD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

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

R = 45.75%
G = 41.51%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD742 (or 0xEDD742) is known color: Festival. HEX triplet: ED, D7 and 42. RGB value is (237,215,66). Sum of RGB (Red+Green+Blue) = 237+215+66=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD742 is #1228BD. Grayscale: #CDCDCD. Windows color (decimal): -1190078 or 4380653. OLE color: 4380653.

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

Color convert

RGB 237 215 66 -
CMYK 0 0.09 0.72 0.07
HSL 52.28º 0.83% 0.59% -
HSV(B) 52.28º 0.72% 0.93% -
XYZ 60.21 67 14.91 -
YUV 204.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 237 215 66 0 0.09 0.72 0.07 52.28 0.83 0.59
Hex ED D7 42 0 9 48 7 34 53 3B
Octal 355 327 102 0 11 110 7 64 123 73
Binary 11101101 11010111 1000010 0 1001 1001000 111 110100 1010011 111011

Color Harmonies of #EDD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD742

Black with #EDD742

Text Example


Text Example

White with #EDD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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