Html Css Color HEX #EBD298 Chamois

📋 copy color: '#EBD298'

red 235 ◦ green 210 ◦ blue 152

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

Shades of Chamois #EBD298

Tints of Chamois #EBD298

RGB

 RED value IS 235 (92.19% from 255) = 39.36%

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

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

R = 39.36%
G = 35.18%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBD298 (or 0xEBD298) is known color: Chamois. HEX triplet: EB, D2 and 98. RGB value is (235,210,152). Sum of RGB (Red+Green+Blue) = 235+210+152=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD298 is #142D67. Grayscale: #D3D3D3. Windows color (decimal): -1322344 or 10015467. OLE color: 10015467.

HSL color Cylindrical-coordinate representation of color #EBD298: hue angle of 41.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBD298 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 152 -
CMYK 0 0.11 0.35 0.08
HSL 41.93º 0.67% 0.76% -
HSV(B) 41.93º 0.35% 0.92% -
XYZ 62.98 66.02 39.13 -
YUV 210.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 235 210 152 0 0.11 0.35 0.08 41.93 0.67 0.76
Hex EB D2 98 0 B 23 8 2A 43 4C
Octal 353 322 230 0 13 43 10 52 103 114
Binary 11101011 11010010 10011000 0 1011 100011 1000 101010 1000011 1001100

Color Harmonies of #EBD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD298

Black with #EBD298

Text Example


Text Example

White with #EBD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD298; }

 p { color: rgb(235,210,152); }

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

background-color css

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

 a { background-color: rgb(235,210,152); }

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

border-color css

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

 span { border-color: rgb(235,210,152); }

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