Html Css Color HEX #EED33F Festival

📋 copy color: '#EED33F'

red 238 ◦ green 211 ◦ blue 63

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

Shades of Festival #EED33F

Tints of Festival #EED33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.3%

R = 46.48%
G = 41.21%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED33F (or 0xEED33F) is known color: Festival. HEX triplet: EE, D3 and 3F. RGB value is (238,211,63). Sum of RGB (Red+Green+Blue) = 238+211+63=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED33F is #112CC0. Grayscale: #CACACA. Windows color (decimal): -1125569 or 4183022. OLE color: 4183022.

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

Color convert

RGB 238 211 63 -
CMYK 0 0.11 0.74 0.07
HSL 50.74º 0.84% 0.59% -
HSV(B) 50.74º 0.74% 0.93% -
XYZ 59.45 65.12 14.14 -
YUV 202.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 238 211 63 0 0.11 0.74 0.07 50.74 0.84 0.59
Hex EE D3 3F 0 B 4A 7 33 54 3B
Octal 356 323 77 0 13 112 7 63 124 73
Binary 11101110 11010011 111111 0 1011 1001010 111 110011 1010100 111011

Color Harmonies of #EED33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED33F

Black with #EED33F

Text Example


Text Example

White with #EED33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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