Html Css Color HEX #EDD14D Festival

📋 copy color: '#EDD14D'

red 237 ◦ green 209 ◦ blue 77

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

Shades of Festival #EDD14D

Tints of Festival #EDD14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

 BLUE value IS 77 (30.47% from 255) = 14.72%

R = 45.32%
G = 39.96%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD14D (or 0xEDD14D) is known color: Festival. HEX triplet: ED, D1 and 4D. RGB value is (237,209,77). Sum of RGB (Red+Green+Blue) = 237+209+77=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD14D is #122EB2. Grayscale: #CACACA. Windows color (decimal): -1191603 or 5100013. OLE color: 5100013.

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

Color convert

RGB 237 209 77 -
CMYK 0 0.12 0.68 0.07
HSL 49.5º 0.82% 0.62% -
HSV(B) 49.5º 0.68% 0.93% -
XYZ 59.07 64.14 16.29 -
YUV 202.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 237 209 77 0 0.12 0.68 0.07 49.5 0.82 0.62
Hex ED D1 4D 0 C 44 7 32 52 3E
Octal 355 321 115 0 14 104 7 62 122 76
Binary 11101101 11010001 1001101 0 1100 1000100 111 110010 1010010 111110

Color Harmonies of #EDD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD14D

Black with #EDD14D

Text Example


Text Example

White with #EDD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD14D; }

 p { color: rgb(237,209,77); }

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

background-color css

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

 a { background-color: rgb(237,209,77); }

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

border-color css

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

 span { border-color: rgb(237,209,77); }

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