Html Css Color HEX #EDE098 Vis Vis

📋 copy color: '#EDE098'

red 237 ◦ green 224 ◦ blue 152

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

Shades of Vis Vis #EDE098

Tints of Vis Vis #EDE098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.8%

R = 38.66%
G = 36.54%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE098 (or 0xEDE098) is known color: Vis Vis. HEX triplet: ED, E0 and 98. RGB value is (237,224,152). Sum of RGB (Red+Green+Blue) = 237+224+152=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE098 is #121F67. Grayscale: #DBDBDB. Windows color (decimal): -1187688 or 10019053. OLE color: 10019053.

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

Color convert

RGB 237 224 152 -
CMYK 0 0.05 0.36 0.07
HSL 50.82º 0.7% 0.76% -
HSV(B) 50.82º 0.36% 0.93% -
XYZ 67.25 73.58 40.36 -
YUV 219.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 237 224 152 0 0.05 0.36 0.07 50.82 0.7 0.76
Hex ED E0 98 0 5 24 7 33 46 4C
Octal 355 340 230 0 5 44 7 63 106 114
Binary 11101101 11100000 10011000 0 101 100100 111 110011 1000110 1001100

Color Harmonies of #EDE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE098

Black with #EDE098

Text Example


Text Example

White with #EDE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE098; }

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

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

background-color css

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

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

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

border-color css

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

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

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