Html Css Color HEX #EDD14B Festival

📋 copy color: '#EDD14B'

red 237 ◦ green 209 ◦ blue 75

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

Shades of Festival #EDD14B

Tints of Festival #EDD14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.4%

R = 45.49%
G = 40.12%
B = 14.4%

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

#EDD14B (or 0xEDD14B) is known color: Festival. HEX triplet: ED, D1 and 4B. RGB value is (237,209,75). Sum of RGB (Red+Green+Blue) = 237+209+75=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD14B is #122EB4. Grayscale: #CACACA. Windows color (decimal): -1191605 or 4968941. OLE color: 4968941.

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

Color convert

RGB 237 209 75 -
CMYK 0 0.12 0.68 0.07
HSL 49.63º 0.82% 0.61% -
HSV(B) 49.63º 0.68% 0.93% -
XYZ 59 64.11 15.92 -
YUV 202.1 56.28 152.9 -
System Red Green Blue C M Y K H S L
Decimal 237 209 75 0 0.12 0.68 0.07 49.63 0.82 0.61
Hex ED D1 4B 0 C 44 7 32 52 3D
Octal 355 321 113 0 14 104 7 62 122 75
Binary 11101101 11010001 1001011 0 1100 1000100 111 110010 1010010 111101

Color Harmonies of #EDD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD14B

Black with #EDD14B

Text Example


Text Example

White with #EDD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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