Html Css Color HEX #EDD14E Festival

📋 copy color: '#EDD14E'

red 237 ◦ green 209 ◦ blue 78

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

Shades of Festival #EDD14E

Tints of Festival #EDD14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.89%

R = 45.23%
G = 39.89%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDD14E (or 0xEDD14E) is known color: Festival. HEX triplet: ED, D1 and 4E. RGB value is (237,209,78). Sum of RGB (Red+Green+Blue) = 237+209+78=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD14E is #122EB1. Grayscale: #CACACA. Windows color (decimal): -1191602 or 5165549. OLE color: 5165549.

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

Color convert

RGB 237 209 78 -
CMYK 0 0.12 0.67 0.07
HSL 49.43º 0.82% 0.62% -
HSV(B) 49.43º 0.67% 0.93% -
XYZ 59.1 64.16 16.48 -
YUV 202.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 237 209 78 0 0.12 0.67 0.07 49.43 0.82 0.62
Hex ED D1 4E 0 C 43 7 31 52 3E
Octal 355 321 116 0 14 103 7 61 122 76
Binary 11101101 11010001 1001110 0 1100 1000011 111 110001 1010010 111110

Color Harmonies of #EDD14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD14E

Black with #EDD14E

Text Example


Text Example

White with #EDD14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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