Html Css Color HEX #EED34B Festival

📋 copy color: '#EED34B'

red 238 ◦ green 211 ◦ blue 75

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

Shades of Festival #EED34B

Tints of Festival #EED34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.31%

R = 45.42%
G = 40.27%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED34B (or 0xEED34B) is known color: Festival. HEX triplet: EE, D3 and 4B. RGB value is (238,211,75). Sum of RGB (Red+Green+Blue) = 238+211+75=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED34B is #112CB4. Grayscale: #CCCCCC. Windows color (decimal): -1125557 or 4969454. OLE color: 4969454.

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

Color convert

RGB 238 211 75 -
CMYK 0 0.11 0.68 0.07
HSL 50.06º 0.83% 0.61% -
HSV(B) 50.06º 0.68% 0.93% -
XYZ 59.82 65.27 16.1 -
YUV 203.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 238 211 75 0 0.11 0.68 0.07 50.06 0.83 0.61
Hex EE D3 4B 0 B 44 7 32 53 3D
Octal 356 323 113 0 13 104 7 62 123 75
Binary 11101110 11010011 1001011 0 1011 1000100 111 110010 1010011 111101

Color Harmonies of #EED34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED34B

Black with #EED34B

Text Example


Text Example

White with #EED34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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