Html Css Color HEX #EDDE9A Vis Vis

📋 copy color: '#EDDE9A'

red 237 ◦ green 222 ◦ blue 154

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

Shades of Vis Vis #EDDE9A

Tints of Vis Vis #EDDE9A

RGB

 RED value IS 237 (92.97% from 255) = 38.66%

 GREEN value IS 222 (87.11% from 255) = 36.22%

 BLUE value IS 154 (60.55% from 255) = 25.12%

R = 38.66%
G = 36.22%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDDE9A (or 0xEDDE9A) is known color: Vis Vis. HEX triplet: ED, DE and 9A. RGB value is (237,222,154). Sum of RGB (Red+Green+Blue) = 237+222+154=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE9A is #122165. Grayscale: #DBDBDB. Windows color (decimal): -1188198 or 10149613. OLE color: 10149613.

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

Color convert

RGB 237 222 154 -
CMYK 0 0.06 0.35 0.07
HSL 49.16º 0.7% 0.77% -
HSV(B) 49.16º 0.35% 0.93% -
XYZ 66.88 72.58 41.06 -
YUV 218.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 237 222 154 0 0.06 0.35 0.07 49.16 0.7 0.77
Hex ED DE 9A 0 6 23 7 31 46 4D
Octal 355 336 232 0 6 43 7 61 106 115
Binary 11101101 11011110 10011010 0 110 100011 111 110001 1000110 1001101

Color Harmonies of #EDDE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE9A

Black with #EDDE9A

Text Example


Text Example

White with #EDDE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE9A; }

 p { color: rgb(237,222,154); }

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

background-color css

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

 a { background-color: rgb(237,222,154); }

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

border-color css

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

 span { border-color: rgb(237,222,154); }

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