Html Css Color HEX #EDE19D Vis Vis

📋 copy color: '#EDE19D'

red 237 ◦ green 225 ◦ blue 157

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

Shades of Vis Vis #EDE19D

Tints of Vis Vis #EDE19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.36%

R = 38.29%
G = 36.35%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE19D (or 0xEDE19D) is known color: Vis Vis. HEX triplet: ED, E1 and 9D. RGB value is (237,225,157). Sum of RGB (Red+Green+Blue) = 237+225+157=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE19D is #121E62. Grayscale: #DDDDDD. Windows color (decimal): -1187427 or 10346989. OLE color: 10346989.

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

Color convert

RGB 237 225 157 -
CMYK 0 0.05 0.34 0.07
HSL 51º 0.69% 0.77% -
HSV(B) 51º 0.34% 0.93% -
XYZ 67.94 74.29 42.66 -
YUV 220.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 237 225 157 0 0.05 0.34 0.07 51 0.69 0.77
Hex ED E1 9D 0 5 22 7 33 45 4D
Octal 355 341 235 0 5 42 7 63 105 115
Binary 11101101 11100001 10011101 0 101 100010 111 110011 1000101 1001101

Color Harmonies of #EDE19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE19D

Black with #EDE19D

Text Example


Text Example

White with #EDE19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE19D; }

 p { color: rgb(237,225,157); }

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

background-color css

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

 a { background-color: rgb(237,225,157); }

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

border-color css

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

 span { border-color: rgb(237,225,157); }

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