Html Css Color HEX #EDDF98 Vis Vis

📋 copy color: '#EDDF98'

red 237 ◦ green 223 ◦ blue 152

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

Shades of Vis Vis #EDDF98

Tints of Vis Vis #EDDF98

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

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

R = 38.73%
G = 36.44%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDDF98 (or 0xEDDF98) is known color: Vis Vis. HEX triplet: ED, DF and 98. RGB value is (237,223,152). Sum of RGB (Red+Green+Blue) = 237+223+152=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF98 is #122067. Grayscale: #DBDBDB. Windows color (decimal): -1187944 or 10018797. OLE color: 10018797.

HSL color Cylindrical-coordinate representation of color #EDDF98: hue angle of 50.12º 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 #EDDF98 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 152 -
CMYK 0 0.06 0.36 0.07
HSL 50.12º 0.7% 0.76% -
HSV(B) 50.12º 0.36% 0.93% -
XYZ 66.98 73.05 40.27 -
YUV 219.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 237 223 152 0 0.06 0.36 0.07 50.12 0.7 0.76
Hex ED DF 98 0 6 24 7 32 46 4C
Octal 355 337 230 0 6 44 7 62 106 114
Binary 11101101 11011111 10011000 0 110 100100 111 110010 1000110 1001100

Color Harmonies of #EDDF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF98

Black with #EDDF98

Text Example


Text Example

White with #EDDF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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