Html Css Color HEX #EDB98E Pancho

📋 copy color: '#EDB98E'

red 237 ◦ green 185 ◦ blue 142

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

Shades of Pancho #EDB98E

Tints of Pancho #EDB98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.8%

 BLUE value IS 142 (55.86% from 255) = 25.18%

R = 42.02%
G = 32.8%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDB98E (or 0xEDB98E) is known color: Pancho. HEX triplet: ED, B9 and 8E. RGB value is (237,185,142). Sum of RGB (Red+Green+Blue) = 237+185+142=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB98E is #124671. Grayscale: #C3C3C3. Windows color (decimal): -1197682 or 9353709. OLE color: 9353709.

HSL color Cylindrical-coordinate representation of color #EDB98E: hue angle of 27.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB98E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 142 -
CMYK 0 0.22 0.40 0.07
HSL 27.16º 0.73% 0.74% -
HSV(B) 27.16º 0.4% 0.93% -
XYZ 57.16 54.66 33.13 -
YUV 195.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 237 185 142 0 0.22 0.40 0.07 27.16 0.73 0.74
Hex ED B9 8E 0 16 28 7 1B 49 4A
Octal 355 271 216 0 26 50 7 33 111 112
Binary 11101101 10111001 10001110 0 10110 101000 111 11011 1001001 1001010

Color Harmonies of #EDB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB98E

Black with #EDB98E

Text Example


Text Example

White with #EDB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB98E; }

 p { color: rgb(237,185,142); }

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

background-color css

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

 a { background-color: rgb(237,185,142); }

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

border-color css

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

 span { border-color: rgb(237,185,142); }

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