Html Css Color HEX #EED098 Chamois

📋 copy color: '#EED098'

red 238 ◦ green 208 ◦ blue 152

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

Shades of Chamois #EED098

Tints of Chamois #EED098

RGB

 RED value IS 238 (93.36% from 255) = 39.8%

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

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

R = 39.8%
G = 34.78%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED098 (or 0xEED098) is known color: Chamois. HEX triplet: EE, D0 and 98. RGB value is (238,208,152). Sum of RGB (Red+Green+Blue) = 238+208+152=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EED098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED098 is #112F67. Grayscale: #D2D2D2. Windows color (decimal): -1126248 or 10014958. OLE color: 10014958.

HSL color Cylindrical-coordinate representation of color #EED098: hue angle of 39.07º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EED098 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 152 -
CMYK 0 0.13 0.36 0.07
HSL 39.07º 0.72% 0.76% -
HSV(B) 39.07º 0.36% 0.93% -
XYZ 63.48 65.56 39.01 -
YUV 210.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 238 208 152 0 0.13 0.36 0.07 39.07 0.72 0.76
Hex EE D0 98 0 D 24 7 27 48 4C
Octal 356 320 230 0 15 44 7 47 110 114
Binary 11101110 11010000 10011000 0 1101 100100 111 100111 1001000 1001100

Color Harmonies of #EED098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED098

Black with #EED098

Text Example


Text Example

White with #EED098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED098; }

 p { color: rgb(238,208,152); }

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

background-color css

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

 a { background-color: rgb(238,208,152); }

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

border-color css

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

 span { border-color: rgb(238,208,152); }

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