Html Css Color HEX #EDB78E Pancho

📋 copy color: '#EDB78E'

red 237 ◦ green 183 ◦ blue 142

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

Shades of Pancho #EDB78E

Tints of Pancho #EDB78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.56%

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

R = 42.17%
G = 32.56%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDB78E (or 0xEDB78E) is known color: Pancho. HEX triplet: ED, B7 and 8E. RGB value is (237,183,142). Sum of RGB (Red+Green+Blue) = 237+183+142=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB78E is #124871. Grayscale: #C2C2C2. Windows color (decimal): -1198194 or 9353197. OLE color: 9353197.

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

Color convert

RGB 237 183 142 -
CMYK 0 0.23 0.40 0.07
HSL 25.89º 0.73% 0.74% -
HSV(B) 25.89º 0.4% 0.93% -
XYZ 56.74 53.82 32.99 -
YUV 194.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 237 183 142 0 0.23 0.40 0.07 25.89 0.73 0.74
Hex ED B7 8E 0 17 28 7 1A 49 4A
Octal 355 267 216 0 27 50 7 32 111 112
Binary 11101101 10110111 10001110 0 10111 101000 111 11010 1001001 1001010

Color Harmonies of #EDB78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB78E

Black with #EDB78E

Text Example


Text Example

White with #EDB78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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