Html Css Color HEX #EDD54A Festival

📋 copy color: '#EDD54A'

red 237 ◦ green 213 ◦ blue 74

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

Shades of Festival #EDD54A

Tints of Festival #EDD54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.65%

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 45.23%
G = 40.65%
B = 14.12%

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

#EDD54A (or 0xEDD54A) is known color: Festival. HEX triplet: ED, D5 and 4A. RGB value is (237,213,74). Sum of RGB (Red+Green+Blue) = 237+213+74=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD54A is #122AB5. Grayscale: #CCCCCC. Windows color (decimal): -1190582 or 4904429. OLE color: 4904429.

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

Color convert

RGB 237 213 74 -
CMYK 0 0.10 0.69 0.07
HSL 51.17º 0.82% 0.61% -
HSV(B) 51.17º 0.69% 0.93% -
XYZ 59.96 66.09 16.07 -
YUV 204.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 237 213 74 0 0.10 0.69 0.07 51.17 0.82 0.61
Hex ED D5 4A 0 A 45 7 33 52 3D
Octal 355 325 112 0 12 105 7 63 122 75
Binary 11101101 11010101 1001010 0 1010 1000101 111 110011 1010010 111101

Color Harmonies of #EDD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD54A

Black with #EDD54A

Text Example


Text Example

White with #EDD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD54A; }

 p { color: rgb(237,213,74); }

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

background-color css

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

 a { background-color: rgb(237,213,74); }

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

border-color css

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

 span { border-color: rgb(237,213,74); }

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