Html Css Color HEX #EFDD98 Vis Vis

📋 copy color: '#EFDD98'

red 239 ◦ green 221 ◦ blue 152

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

Shades of Vis Vis #EFDD98

Tints of Vis Vis #EFDD98

RGB

 RED value IS 239 (93.75% from 255) = 39.05%

 GREEN value IS 221 (86.72% from 255) = 36.11%

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

R = 39.05%
G = 36.11%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFDD98 (or 0xEFDD98) is known color: Vis Vis. HEX triplet: EF, DD and 98. RGB value is (239,221,152). Sum of RGB (Red+Green+Blue) = 239+221+152=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD98 is #102267. Grayscale: #DADADA. Windows color (decimal): -1057384 or 10018287. OLE color: 10018287.

HSL color Cylindrical-coordinate representation of color #EFDD98: hue angle of 47.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFDD98 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 152 -
CMYK 0 0.08 0.36 0.06
HSL 47.59º 0.73% 0.77% -
HSV(B) 47.59º 0.36% 0.94% -
XYZ 67.12 72.33 40.13 -
YUV 218.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 239 221 152 0 0.08 0.36 0.06 47.59 0.73 0.77
Hex EF DD 98 0 8 24 6 30 49 4D
Octal 357 335 230 0 10 44 6 60 111 115
Binary 11101111 11011101 10011000 0 1000 100100 110 110000 1001001 1001101

Color Harmonies of #EFDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD98

Black with #EFDD98

Text Example


Text Example

White with #EFDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD98; }

 p { color: rgb(239,221,152); }

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

background-color css

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

 a { background-color: rgb(239,221,152); }

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

border-color css

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

 span { border-color: rgb(239,221,152); }

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