Html Css Color HEX #EED44A Festival

📋 copy color: '#EED44A'

red 238 ◦ green 212 ◦ blue 74

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

Shades of Festival #EED44A

Tints of Festival #EED44A

RGB

 RED value IS 238 (93.36% from 255) = 45.42%

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

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

R = 45.42%
G = 40.46%
B = 14.12%

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

#EED44A (or 0xEED44A) is known color: Festival. HEX triplet: EE, D4 and 4A. RGB value is (238,212,74). Sum of RGB (Red+Green+Blue) = 238+212+74=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED44A is #112BB5. Grayscale: #CCCCCC. Windows color (decimal): -1125302 or 4904174. OLE color: 4904174.

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

Color convert

RGB 238 212 74 -
CMYK 0 0.11 0.69 0.07
HSL 50.49º 0.83% 0.61% -
HSV(B) 50.49º 0.69% 0.93% -
XYZ 60.04 65.76 16.01 -
YUV 204.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 238 212 74 0 0.11 0.69 0.07 50.49 0.83 0.61
Hex EE D4 4A 0 B 45 7 32 53 3D
Octal 356 324 112 0 13 105 7 62 123 75
Binary 11101110 11010100 1001010 0 1011 1000101 111 110010 1010011 111101

Color Harmonies of #EED44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED44A

Black with #EED44A

Text Example


Text Example

White with #EED44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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