Html Css Color HEX #EFCD96 Chamois

📋 copy color: '#EFCD96'

red 239 ◦ green 205 ◦ blue 150

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

Shades of Chamois #EFCD96

Tints of Chamois #EFCD96

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 40.24%
G = 34.51%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFCD96 (or 0xEFCD96) is known color: Chamois. HEX triplet: EF, CD and 96. RGB value is (239,205,150). Sum of RGB (Red+Green+Blue) = 239+205+150=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD96 is #103269. Grayscale: #D1D1D1. Windows color (decimal): -1061482 or 9883119. OLE color: 9883119.

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

Color convert

RGB 239 205 150 -
CMYK 0 0.14 0.37 0.06
HSL 37.08º 0.74% 0.76% -
HSV(B) 37.08º 0.37% 0.94% -
XYZ 62.93 64.22 37.93 -
YUV 208.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 239 205 150 0 0.14 0.37 0.06 37.08 0.74 0.76
Hex EF CD 96 0 E 25 6 25 4A 4C
Octal 357 315 226 0 16 45 6 45 112 114
Binary 11101111 11001101 10010110 0 1110 100101 110 100101 1001010 1001100

Color Harmonies of #EFCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD96

Black with #EFCD96

Text Example


Text Example

White with #EFCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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