Html Css Color HEX #EED143 Festival

📋 copy color: '#EED143'

red 238 ◦ green 209 ◦ blue 67

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

Shades of Festival #EED143

Tints of Festival #EED143

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.66%

 BLUE value IS 67 (26.56% from 255) = 13.04%

R = 46.3%
G = 40.66%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EED143 (or 0xEED143) is known color: Festival. HEX triplet: EE, D1 and 43. RGB value is (238,209,67). Sum of RGB (Red+Green+Blue) = 238+209+67=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED143 is #112EBC. Grayscale: #CACACA. Windows color (decimal): -1126077 or 4444654. OLE color: 4444654.

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

Color convert

RGB 238 209 67 -
CMYK 0 0.12 0.72 0.07
HSL 49.82º 0.83% 0.6% -
HSV(B) 49.82º 0.72% 0.93% -
XYZ 59.07 64.18 14.59 -
YUV 201.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 238 209 67 0 0.12 0.72 0.07 49.82 0.83 0.6
Hex EE D1 43 0 C 48 7 32 53 3C
Octal 356 321 103 0 14 110 7 62 123 74
Binary 11101110 11010001 1000011 0 1100 1001000 111 110010 1010011 111100

Color Harmonies of #EED143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED143

Black with #EED143

Text Example


Text Example

White with #EED143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED143; }

 p { color: rgb(238,209,67); }

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

background-color css

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

 a { background-color: rgb(238,209,67); }

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

border-color css

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

 span { border-color: rgb(238,209,67); }

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