Html Css Color HEX #EEE05F Manz

📋 copy color: '#EEE05F'

red 238 ◦ green 224 ◦ blue 95

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

Shades of Manz #EEE05F

Tints of Manz #EEE05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.22%

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 42.73%
G = 40.22%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEE05F (or 0xEEE05F) is known color: Manz. HEX triplet: EE, E0 and 5F. RGB value is (238,224,95). Sum of RGB (Red+Green+Blue) = 238+224+95=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE05F is #111FA0. Grayscale: #D6D6D6. Windows color (decimal): -1122209 or 6283502. OLE color: 6283502.

HSL color Cylindrical-coordinate representation of color #EEE05F: hue angle of 54.13º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEE05F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 224 95 -
CMYK 0 0.06 0.60 0.07
HSL 54.13º 0.81% 0.65% -
HSV(B) 54.13º 0.6% 0.93% -
XYZ 63.98 72.31 21.41 -
YUV 213.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 238 224 95 0 0.06 0.60 0.07 54.13 0.81 0.65
Hex EE E0 5F 0 6 3C 7 36 51 41
Octal 356 340 137 0 6 74 7 66 121 101
Binary 11101110 11100000 1011111 0 110 111100 111 110110 1010001 1000001

Color Harmonies of #EEE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE05F

Black with #EEE05F

Text Example


Text Example

White with #EEE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE05F; }

 p { color: rgb(238,224,95); }

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

background-color css

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

 a { background-color: rgb(238,224,95); }

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

border-color css

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

 span { border-color: rgb(238,224,95); }

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