Html Css Color HEX #EEDB93 Vis Vis

📋 copy color: '#EEDB93'

red 238 ◦ green 219 ◦ blue 147

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

Shades of Vis Vis #EEDB93

Tints of Vis Vis #EEDB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 147 (57.81% from 255) = 24.34%

R = 39.4%
G = 36.26%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEDB93 (or 0xEEDB93) is known color: Vis Vis. HEX triplet: EE, DB and 93. RGB value is (238,219,147). Sum of RGB (Red+Green+Blue) = 238+219+147=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB93 is #11246C. Grayscale: #D8D8D8. Windows color (decimal): -1123437 or 9690094. OLE color: 9690094.

HSL color Cylindrical-coordinate representation of color #EEDB93: hue angle of 47.47º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEDB93 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 147 -
CMYK 0 0.08 0.38 0.07
HSL 47.47º 0.73% 0.75% -
HSV(B) 47.47º 0.38% 0.93% -
XYZ 65.86 70.95 37.83 -
YUV 216.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 238 219 147 0 0.08 0.38 0.07 47.47 0.73 0.75
Hex EE DB 93 0 8 26 7 2F 49 4B
Octal 356 333 223 0 10 46 7 57 111 113
Binary 11101110 11011011 10010011 0 1000 100110 111 101111 1001001 1001011

Color Harmonies of #EEDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB93

Black with #EEDB93

Text Example


Text Example

White with #EEDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB93; }

 p { color: rgb(238,219,147); }

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

background-color css

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

 a { background-color: rgb(238,219,147); }

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

border-color css

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

 span { border-color: rgb(238,219,147); }

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