Html Css Color HEX #EEE14D Manz

📋 copy color: '#EEE14D'

red 238 ◦ green 225 ◦ blue 77

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

Shades of Manz #EEE14D

Tints of Manz #EEE14D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

 BLUE value IS 77 (30.47% from 255) = 14.26%

R = 44.07%
G = 41.67%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEE14D (or 0xEEE14D) is known color: Manz. HEX triplet: EE, E1 and 4D. RGB value is (238,225,77). Sum of RGB (Red+Green+Blue) = 238+225+77=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE14D is #111EB2. Grayscale: #D4D4D4. Windows color (decimal): -1121971 or 5104110. OLE color: 5104110.

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

Color convert

RGB 238 225 77 -
CMYK 0 0.05 0.68 0.07
HSL 55.16º 0.83% 0.62% -
HSV(B) 55.16º 0.68% 0.93% -
XYZ 63.52 72.56 17.68 -
YUV 212.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 238 225 77 0 0.05 0.68 0.07 55.16 0.83 0.62
Hex EE E1 4D 0 5 44 7 37 53 3E
Octal 356 341 115 0 5 104 7 67 123 76
Binary 11101110 11100001 1001101 0 101 1000100 111 110111 1010011 111110

Color Harmonies of #EEE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE14D

Black with #EEE14D

Text Example


Text Example

White with #EEE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE14D; }

 p { color: rgb(238,225,77); }

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

background-color css

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

 a { background-color: rgb(238,225,77); }

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

border-color css

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

 span { border-color: rgb(238,225,77); }

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