Html Css Color HEX #EEEB50 Paris Daisy

📋 copy color: '#EEEB50'

red 238 ◦ green 235 ◦ blue 80

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

Shades of Paris Daisy #EEEB50

Tints of Paris Daisy #EEEB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.5%

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

R = 43.04%
G = 42.5%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEEB50 (or 0xEEEB50) is known color: Paris Daisy. HEX triplet: EE, EB and 50. RGB value is (238,235,80). Sum of RGB (Red+Green+Blue) = 238+235+80=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEB50 is #1114AF. Grayscale: #DADADA. Windows color (decimal): -1119408 or 5303278. OLE color: 5303278.

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

Color convert

RGB 238 235 80 -
CMYK 0 0.01 0.66 0.07
HSL 58.86º 0.82% 0.62% -
HSV(B) 58.86º 0.66% 0.93% -
XYZ 66.42 78.17 19.18 -
YUV 218.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 238 235 80 0 0.01 0.66 0.07 58.86 0.82 0.62
Hex EE EB 50 0 1 42 7 3B 52 3E
Octal 356 353 120 0 1 102 7 73 122 76
Binary 11101110 11101011 1010000 0 1 1000010 111 111011 1010010 111110

Color Harmonies of #EEEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEB50

Black with #EEEB50

Text Example


Text Example

White with #EEEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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