Html Css Color HEX #EDD845 Festival

📋 copy color: '#EDD845'

red 237 ◦ green 216 ◦ blue 69

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

Shades of Festival #EDD845

Tints of Festival #EDD845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 69 (27.34% from 255) = 13.22%

R = 45.4%
G = 41.38%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDD845 (or 0xEDD845) is known color: Festival. HEX triplet: ED, D8 and 45. RGB value is (237,216,69). Sum of RGB (Red+Green+Blue) = 237+216+69=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD845 is #1227BA. Grayscale: #CECECE. Windows color (decimal): -1189819 or 4577517. OLE color: 4577517.

HSL color Cylindrical-coordinate representation of color #EDD845: hue angle of 52.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDD845 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 69 -
CMYK 0 0.09 0.71 0.07
HSL 52.5º 0.82% 0.6% -
HSV(B) 52.5º 0.71% 0.93% -
XYZ 60.56 67.55 15.48 -
YUV 205.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 237 216 69 0 0.09 0.71 0.07 52.5 0.82 0.6
Hex ED D8 45 0 9 47 7 34 52 3C
Octal 355 330 105 0 11 107 7 64 122 74
Binary 11101101 11011000 1000101 0 1001 1000111 111 110100 1010010 111100

Color Harmonies of #EDD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD845

Black with #EDD845

Text Example


Text Example

White with #EDD845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD845; }

 p { color: rgb(237,216,69); }

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

background-color css

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

 a { background-color: rgb(237,216,69); }

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

border-color css

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

 span { border-color: rgb(237,216,69); }

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