Html Css Color HEX #EDBA90 Pancho

📋 copy color: '#EDBA90'

red 237 ◦ green 186 ◦ blue 144

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

Shades of Pancho #EDBA90

Tints of Pancho #EDBA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.8%

 BLUE value IS 144 (56.64% from 255) = 25.4%

R = 41.8%
G = 32.8%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDBA90 (or 0xEDBA90) is known color: Pancho. HEX triplet: ED, BA and 90. RGB value is (237,186,144). Sum of RGB (Red+Green+Blue) = 237+186+144=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA90 is #12456F. Grayscale: #C4C4C4. Windows color (decimal): -1197424 or 9485037. OLE color: 9485037.

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

Color convert

RGB 237 186 144 -
CMYK 0 0.22 0.39 0.07
HSL 27.1º 0.72% 0.75% -
HSV(B) 27.1º 0.39% 0.93% -
XYZ 57.52 55.14 34 -
YUV 196.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 237 186 144 0 0.22 0.39 0.07 27.1 0.72 0.75
Hex ED BA 90 0 16 27 7 1B 48 4B
Octal 355 272 220 0 26 47 7 33 110 113
Binary 11101101 10111010 10010000 0 10110 100111 111 11011 1001000 1001011

Color Harmonies of #EDBA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA90

Black with #EDBA90

Text Example


Text Example

White with #EDBA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA90; }

 p { color: rgb(237,186,144); }

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

background-color css

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

 a { background-color: rgb(237,186,144); }

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

border-color css

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

 span { border-color: rgb(237,186,144); }

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