Html Css Color HEX #EFD096 Chamois

📋 copy color: '#EFD096'

red 239 ◦ green 208 ◦ blue 150

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

Shades of Chamois #EFD096

Tints of Chamois #EFD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.84%

 BLUE value IS 150 (58.98% from 255) = 25.13%

R = 40.03%
G = 34.84%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFD096 (or 0xEFD096) is known color: Chamois. HEX triplet: EF, D0 and 96. RGB value is (239,208,150). Sum of RGB (Red+Green+Blue) = 239+208+150=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD096 is #102F69. Grayscale: #D2D2D2. Windows color (decimal): -1060714 or 9883887. OLE color: 9883887.

HSL color Cylindrical-coordinate representation of color #EFD096: hue angle of 39.1º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFD096 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 150 -
CMYK 0 0.13 0.37 0.06
HSL 39.1º 0.74% 0.76% -
HSV(B) 39.1º 0.37% 0.94% -
XYZ 63.66 65.66 38.17 -
YUV 210.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 239 208 150 0 0.13 0.37 0.06 39.1 0.74 0.76
Hex EF D0 96 0 D 25 6 27 4A 4C
Octal 357 320 226 0 15 45 6 47 112 114
Binary 11101111 11010000 10010110 0 1101 100101 110 100111 1001010 1001100

Color Harmonies of #EFD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD096

Black with #EFD096

Text Example


Text Example

White with #EFD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD096; }

 p { color: rgb(239,208,150); }

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

background-color css

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

 a { background-color: rgb(239,208,150); }

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

border-color css

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

 span { border-color: rgb(239,208,150); }

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