Html Css Color HEX #EFCB96 Chamois

📋 copy color: '#EFCB96'

red 239 ◦ green 203 ◦ blue 150

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

Shades of Chamois #EFCB96

Tints of Chamois #EFCB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

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

R = 40.37%
G = 34.29%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFCB96 (or 0xEFCB96) is known color: Chamois. HEX triplet: EF, CB and 96. RGB value is (239,203,150). Sum of RGB (Red+Green+Blue) = 239+203+150=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB96 is #103469. Grayscale: #CFCFCF. Windows color (decimal): -1061994 or 9882607. OLE color: 9882607.

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

Color convert

RGB 239 203 150 -
CMYK 0 0.15 0.37 0.06
HSL 35.73º 0.74% 0.76% -
HSV(B) 35.73º 0.37% 0.94% -
XYZ 62.46 63.26 37.77 -
YUV 207.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 239 203 150 0 0.15 0.37 0.06 35.73 0.74 0.76
Hex EF CB 96 0 F 25 6 24 4A 4C
Octal 357 313 226 0 17 45 6 44 112 114
Binary 11101111 11001011 10010110 0 1111 100101 110 100100 1001010 1001100

Color Harmonies of #EFCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB96

Black with #EFCB96

Text Example


Text Example

White with #EFCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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