Html Css Color HEX #EDD649 Festival

📋 copy color: '#EDD649'

red 237 ◦ green 214 ◦ blue 73

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

Shades of Festival #EDD649

Tints of Festival #EDD649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 73 (28.91% from 255) = 13.93%

R = 45.23%
G = 40.84%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDD649 (or 0xEDD649) is known color: Festival. HEX triplet: ED, D6 and 49. RGB value is (237,214,73). Sum of RGB (Red+Green+Blue) = 237+214+73=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD649 is #1229B6. Grayscale: #CDCDCD. Windows color (decimal): -1190327 or 4839149. OLE color: 4839149.

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

Color convert

RGB 237 214 73 -
CMYK 0 0.10 0.69 0.07
HSL 51.59º 0.82% 0.61% -
HSV(B) 51.59º 0.69% 0.93% -
XYZ 60.17 66.58 15.98 -
YUV 204.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 237 214 73 0 0.10 0.69 0.07 51.59 0.82 0.61
Hex ED D6 49 0 A 45 7 34 52 3D
Octal 355 326 111 0 12 105 7 64 122 75
Binary 11101101 11010110 1001001 0 1010 1000101 111 110100 1010010 111101

Color Harmonies of #EDD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD649

Black with #EDD649

Text Example


Text Example

White with #EDD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD649; }

 p { color: rgb(237,214,73); }

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

background-color css

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

 a { background-color: rgb(237,214,73); }

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

border-color css

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

 span { border-color: rgb(237,214,73); }

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