Html Css Color HEX #EDD745 Festival

📋 copy color: '#EDD745'

red 237 ◦ green 215 ◦ blue 69

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

Shades of Festival #EDD745

Tints of Festival #EDD745

RGB

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

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

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

R = 45.49%
G = 41.27%
B = 13.24%

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

#EDD745 (or 0xEDD745) is known color: Festival. HEX triplet: ED, D7 and 45. RGB value is (237,215,69). Sum of RGB (Red+Green+Blue) = 237+215+69=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD745 is #1228BA. Grayscale: #CDCDCD. Windows color (decimal): -1190075 or 4577261. OLE color: 4577261.

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

Color convert

RGB 237 215 69 -
CMYK 0 0.09 0.71 0.07
HSL 52.14º 0.82% 0.6% -
HSV(B) 52.14º 0.71% 0.93% -
XYZ 60.3 67.04 15.39 -
YUV 204.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 237 215 69 0 0.09 0.71 0.07 52.14 0.82 0.6
Hex ED D7 45 0 9 47 7 34 52 3C
Octal 355 327 105 0 11 107 7 64 122 74
Binary 11101101 11010111 1000101 0 1001 1000111 111 110100 1010010 111100

Color Harmonies of #EDD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD745

Black with #EDD745

Text Example


Text Example

White with #EDD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD745; }

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

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

background-color css

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

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

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

border-color css

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

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

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