Html Css Color HEX #EEE350 Manz

📋 copy color: '#EEE350'

red 238 ◦ green 227 ◦ blue 80

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

Shades of Manz #EEE350

Tints of Manz #EEE350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

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

R = 43.67%
G = 41.65%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEE350 (or 0xEEE350) is known color: Manz. HEX triplet: EE, E3 and 50. RGB value is (238,227,80). Sum of RGB (Red+Green+Blue) = 238+227+80=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE350 is #111CAF. Grayscale: #D6D6D6. Windows color (decimal): -1121456 or 5301230. OLE color: 5301230.

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

Color convert

RGB 238 227 80 -
CMYK 0 0.05 0.66 0.07
HSL 55.82º 0.82% 0.62% -
HSV(B) 55.82º 0.66% 0.93% -
XYZ 64.18 73.69 18.43 -
YUV 213.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 238 227 80 0 0.05 0.66 0.07 55.82 0.82 0.62
Hex EE E3 50 0 5 42 7 38 52 3E
Octal 356 343 120 0 5 102 7 70 122 76
Binary 11101110 11100011 1010000 0 101 1000010 111 111000 1010010 111110

Color Harmonies of #EEE350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE350

Black with #EEE350

Text Example


Text Example

White with #EEE350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE350; }

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

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

background-color css

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

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

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

border-color css

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

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

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