Html Css Color HEX #EEE550 Paris Daisy

📋 copy color: '#EEE550'

red 238 ◦ green 229 ◦ blue 80

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

Shades of Paris Daisy #EEE550

Tints of Paris Daisy #EEE550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

 BLUE value IS 80 (31.64% from 255) = 14.63%

R = 43.51%
G = 41.86%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEE550 (or 0xEEE550) is known color: Paris Daisy. HEX triplet: EE, E5 and 50. RGB value is (238,229,80). Sum of RGB (Red+Green+Blue) = 238+229+80=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE550 is #111AAF. Grayscale: #D7D7D7. Windows color (decimal): -1120944 or 5301742. OLE color: 5301742.

HSL color Cylindrical-coordinate representation of color #EEE550: hue angle of 56.58º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE550 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 80 -
CMYK 0 0.04 0.66 0.07
HSL 56.58º 0.82% 0.62% -
HSV(B) 56.58º 0.66% 0.93% -
XYZ 64.73 74.79 18.61 -
YUV 214.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 238 229 80 0 0.04 0.66 0.07 56.58 0.82 0.62
Hex EE E5 50 0 4 42 7 39 52 3E
Octal 356 345 120 0 4 102 7 71 122 76
Binary 11101110 11100101 1010000 0 100 1000010 111 111001 1010010 111110

Color Harmonies of #EEE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE550

Black with #EEE550

Text Example


Text Example

White with #EEE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE550; }

 p { color: rgb(238,229,80); }

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

background-color css

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

 a { background-color: rgb(238,229,80); }

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

border-color css

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

 span { border-color: rgb(238,229,80); }

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