Html Css Color HEX #EDB88E Pancho

📋 copy color: '#EDB88E'

red 237 ◦ green 184 ◦ blue 142

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

Shades of Pancho #EDB88E

Tints of Pancho #EDB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.68%

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

R = 42.1%
G = 32.68%
B = 25.22%

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

#EDB88E (or 0xEDB88E) is known color: Pancho. HEX triplet: ED, B8 and 8E. RGB value is (237,184,142). Sum of RGB (Red+Green+Blue) = 237+184+142=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB88E is #124771. Grayscale: #C3C3C3. Windows color (decimal): -1197938 or 9353453. OLE color: 9353453.

HSL color Cylindrical-coordinate representation of color #EDB88E: hue angle of 26.53º 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 #EDB88E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 142 -
CMYK 0 0.22 0.40 0.07
HSL 26.53º 0.73% 0.74% -
HSV(B) 26.53º 0.4% 0.93% -
XYZ 56.95 54.24 33.06 -
YUV 195.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 237 184 142 0 0.22 0.40 0.07 26.53 0.73 0.74
Hex ED B8 8E 0 16 28 7 1B 49 4A
Octal 355 270 216 0 26 50 7 33 111 112
Binary 11101101 10111000 10001110 0 10110 101000 111 11011 1001001 1001010

Color Harmonies of #EDB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB88E

Black with #EDB88E

Text Example


Text Example

White with #EDB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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