Html Css Color HEX #EEDF5A Manz

📋 copy color: '#EEDF5A'

red 238 ◦ green 223 ◦ blue 90

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

Shades of Manz #EEDF5A

Tints of Manz #EEDF5A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

 BLUE value IS 90 (35.55% from 255) = 16.33%

R = 43.19%
G = 40.47%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEDF5A (or 0xEEDF5A) is known color: Manz. HEX triplet: EE, DF and 5A. RGB value is (238,223,90). Sum of RGB (Red+Green+Blue) = 238+223+90=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF5A is #1120A5. Grayscale: #D4D4D4. Windows color (decimal): -1122470 or 5955566. OLE color: 5955566.

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

Color convert

RGB 238 223 90 -
CMYK 0 0.06 0.62 0.07
HSL 53.92º 0.81% 0.64% -
HSV(B) 53.92º 0.62% 0.93% -
XYZ 63.49 71.69 20.16 -
YUV 212.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 238 223 90 0 0.06 0.62 0.07 53.92 0.81 0.64
Hex EE DF 5A 0 6 3E 7 36 51 40
Octal 356 337 132 0 6 76 7 66 121 100
Binary 11101110 11011111 1011010 0 110 111110 111 110110 1010001 1000000

Color Harmonies of #EEDF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF5A

Black with #EEDF5A

Text Example


Text Example

White with #EEDF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF5A; }

 p { color: rgb(238,223,90); }

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

background-color css

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

 a { background-color: rgb(238,223,90); }

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

border-color css

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

 span { border-color: rgb(238,223,90); }

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