Html Css Color HEX #EDD44A Festival

📋 copy color: '#EDD44A'

red 237 ◦ green 212 ◦ blue 74

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

Shades of Festival #EDD44A

Tints of Festival #EDD44A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

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

R = 45.32%
G = 40.54%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDD44A (or 0xEDD44A) is known color: Festival. HEX triplet: ED, D4 and 4A. RGB value is (237,212,74). Sum of RGB (Red+Green+Blue) = 237+212+74=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD44A is #122BB5. Grayscale: #CCCCCC. Windows color (decimal): -1190838 or 4904173. OLE color: 4904173.

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

Color convert

RGB 237 212 74 -
CMYK 0 0.11 0.69 0.07
HSL 50.8º 0.82% 0.61% -
HSV(B) 50.8º 0.69% 0.93% -
XYZ 59.7 65.59 15.99 -
YUV 203.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 237 212 74 0 0.11 0.69 0.07 50.8 0.82 0.61
Hex ED D4 4A 0 B 45 7 33 52 3D
Octal 355 324 112 0 13 105 7 63 122 75
Binary 11101101 11010100 1001010 0 1011 1000101 111 110011 1010010 111101

Color Harmonies of #EDD44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD44A

Black with #EDD44A

Text Example


Text Example

White with #EDD44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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