Html Css Color HEX #EDD098 Chamois

📋 copy color: '#EDD098'

red 237 ◦ green 208 ◦ blue 152

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

Shades of Chamois #EDD098

Tints of Chamois #EDD098

RGB

 RED value IS 237 (92.97% from 255) = 39.7%

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

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

R = 39.7%
G = 34.84%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDD098 (or 0xEDD098) is known color: Chamois. HEX triplet: ED, D0 and 98. RGB value is (237,208,152). Sum of RGB (Red+Green+Blue) = 237+208+152=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD098 is #122F67. Grayscale: #D2D2D2. Windows color (decimal): -1191784 or 10014957. OLE color: 10014957.

HSL color Cylindrical-coordinate representation of color #EDD098: hue angle of 39.53º degrees, saturation: 0.7, 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 #EDD098 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 152 -
CMYK 0 0.12 0.36 0.07
HSL 39.53º 0.7% 0.76% -
HSV(B) 39.53º 0.36% 0.93% -
XYZ 63.15 65.38 39 -
YUV 210.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 237 208 152 0 0.12 0.36 0.07 39.53 0.7 0.76
Hex ED D0 98 0 C 24 7 28 46 4C
Octal 355 320 230 0 14 44 7 50 106 114
Binary 11101101 11010000 10011000 0 1100 100100 111 101000 1000110 1001100

Color Harmonies of #EDD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD098

Black with #EDD098

Text Example


Text Example

White with #EDD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD098; }

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

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

background-color css

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

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

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

border-color css

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

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

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