Html Css Color HEX #EFD296 Chamois

📋 copy color: '#EFD296'

red 239 ◦ green 210 ◦ blue 150

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

Shades of Chamois #EFD296

Tints of Chamois #EFD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 39.9%
G = 35.06%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFD296 (or 0xEFD296) is known color: Chamois. HEX triplet: EF, D2 and 96. RGB value is (239,210,150). Sum of RGB (Red+Green+Blue) = 239+210+150=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD296 is #102D69. Grayscale: #D4D4D4. Windows color (decimal): -1060202 or 9884399. OLE color: 9884399.

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

Color convert

RGB 239 210 150 -
CMYK 0 0.12 0.37 0.06
HSL 40.45º 0.74% 0.76% -
HSV(B) 40.45º 0.37% 0.94% -
XYZ 64.15 66.65 38.34 -
YUV 211.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 239 210 150 0 0.12 0.37 0.06 40.45 0.74 0.76
Hex EF D2 96 0 C 25 6 28 4A 4C
Octal 357 322 226 0 14 45 6 50 112 114
Binary 11101111 11010010 10010110 0 1100 100101 110 101000 1001010 1001100

Color Harmonies of #EFD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD296

Black with #EFD296

Text Example


Text Example

White with #EFD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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