Html Css Color HEX #EDDF99 Vis Vis

📋 copy color: '#EDDF99'

red 237 ◦ green 223 ◦ blue 153

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

Shades of Vis Vis #EDDF99

Tints of Vis Vis #EDDF99

RGB

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

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

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

R = 38.66%
G = 36.38%
B = 24.96%

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

#EDDF99 (or 0xEDDF99) is known color: Vis Vis. HEX triplet: ED, DF and 99. RGB value is (237,223,153). Sum of RGB (Red+Green+Blue) = 237+223+153=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF99 is #122066. Grayscale: #DBDBDB. Windows color (decimal): -1187943 or 10084333. OLE color: 10084333.

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

Color convert

RGB 237 223 153 -
CMYK 0 0.06 0.35 0.07
HSL 50º 0.7% 0.76% -
HSV(B) 50º 0.35% 0.93% -
XYZ 67.06 73.08 40.71 -
YUV 219.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 237 223 153 0 0.06 0.35 0.07 50 0.7 0.76
Hex ED DF 99 0 6 23 7 32 46 4C
Octal 355 337 231 0 6 43 7 62 106 114
Binary 11101101 11011111 10011001 0 110 100011 111 110010 1000110 1001100

Color Harmonies of #EDDF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF99

Black with #EDDF99

Text Example


Text Example

White with #EDDF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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