Html Css Color HEX #EED34A Festival

📋 copy color: '#EED34A'

red 238 ◦ green 211 ◦ blue 74

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

Shades of Festival #EED34A

Tints of Festival #EED34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 45.51%
G = 40.34%
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

#EED34A (or 0xEED34A) is known color: Festival. HEX triplet: EE, D3 and 4A. RGB value is (238,211,74). Sum of RGB (Red+Green+Blue) = 238+211+74=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED34A is #112CB5. Grayscale: #CCCCCC. Windows color (decimal): -1125558 or 4903918. OLE color: 4903918.

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

Color convert

RGB 238 211 74 -
CMYK 0 0.11 0.69 0.07
HSL 50.12º 0.83% 0.61% -
HSV(B) 50.12º 0.69% 0.93% -
XYZ 59.79 65.26 15.92 -
YUV 203.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 238 211 74 0 0.11 0.69 0.07 50.12 0.83 0.61
Hex EE D3 4A 0 B 45 7 32 53 3D
Octal 356 323 112 0 13 105 7 62 123 75
Binary 11101110 11010011 1001010 0 1011 1000101 111 110010 1010011 111101

Color Harmonies of #EED34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED34A

Black with #EED34A

Text Example


Text Example

White with #EED34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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