Html Css Color HEX #EED43F Festival

📋 copy color: '#EED43F'

red 238 ◦ green 212 ◦ blue 63

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

Shades of Festival #EED43F

Tints of Festival #EED43F

RGB

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

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

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

R = 46.39%
G = 41.33%
B = 12.28%

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

#EED43F (or 0xEED43F) is known color: Festival. HEX triplet: EE, D4 and 3F. RGB value is (238,212,63). Sum of RGB (Red+Green+Blue) = 238+212+63=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EED43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED43F is #112BC0. Grayscale: #CBCBCB. Windows color (decimal): -1125313 or 4183278. OLE color: 4183278.

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

Color convert

RGB 238 212 63 -
CMYK 0 0.11 0.74 0.07
HSL 51.09º 0.84% 0.59% -
HSV(B) 51.09º 0.74% 0.93% -
XYZ 59.7 65.62 14.22 -
YUV 202.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 238 212 63 0 0.11 0.74 0.07 51.09 0.84 0.59
Hex EE D4 3F 0 B 4A 7 33 54 3B
Octal 356 324 77 0 13 112 7 63 124 73
Binary 11101110 11010100 111111 0 1011 1001010 111 110011 1010100 111011

Color Harmonies of #EED43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED43F

Black with #EED43F

Text Example


Text Example

White with #EED43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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