Html Css Color HEX #EDE099 Vis Vis

📋 copy color: '#EDE099'

red 237 ◦ green 224 ◦ blue 153

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

Shades of Vis Vis #EDE099

Tints of Vis Vis #EDE099

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.48%

 BLUE value IS 153 (60.16% from 255) = 24.92%

R = 38.6%
G = 36.48%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE099 (or 0xEDE099) is known color: Vis Vis. HEX triplet: ED, E0 and 99. RGB value is (237,224,153). Sum of RGB (Red+Green+Blue) = 237+224+153=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE099 is #121F66. Grayscale: #DCDCDC. Windows color (decimal): -1187687 or 10084589. OLE color: 10084589.

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

Color convert

RGB 237 224 153 -
CMYK 0 0.05 0.35 0.07
HSL 50.71º 0.7% 0.76% -
HSV(B) 50.71º 0.35% 0.93% -
XYZ 67.33 73.62 40.8 -
YUV 219.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 237 224 153 0 0.05 0.35 0.07 50.71 0.7 0.76
Hex ED E0 99 0 5 23 7 33 46 4C
Octal 355 340 231 0 5 43 7 63 106 114
Binary 11101101 11100000 10011001 0 101 100011 111 110011 1000110 1001100

Color Harmonies of #EDE099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE099

Black with #EDE099

Text Example


Text Example

White with #EDE099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE099; }

 p { color: rgb(237,224,153); }

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

background-color css

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

 a { background-color: rgb(237,224,153); }

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

border-color css

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

 span { border-color: rgb(237,224,153); }

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