Html Css Color HEX #EDE89E Portafino

📋 copy color: '#EDE89E'

red 237 ◦ green 232 ◦ blue 158

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

Shades of Portafino #EDE89E

Tints of Portafino #EDE89E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37%

 BLUE value IS 158 (62.11% from 255) = 25.2%

R = 37.8%
G = 37%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDE89E (or 0xEDE89E) is known color: Portafino. HEX triplet: ED, E8 and 9E. RGB value is (237,232,158). Sum of RGB (Red+Green+Blue) = 237+232+158=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89E is #121761. Grayscale: #E1E1E1. Windows color (decimal): -1185634 or 10414317. OLE color: 10414317.

HSL color Cylindrical-coordinate representation of color #EDE89E: hue angle of 56.2º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE89E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 158 -
CMYK 0 0.02 0.33 0.07
HSL 56.2º 0.69% 0.77% -
HSV(B) 56.2º 0.33% 0.93% -
XYZ 69.95 78.19 43.75 -
YUV 225.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 237 232 158 0 0.02 0.33 0.07 56.2 0.69 0.77
Hex ED E8 9E 0 2 21 7 38 45 4D
Octal 355 350 236 0 2 41 7 70 105 115
Binary 11101101 11101000 10011110 0 10 100001 111 111000 1000101 1001101

Color Harmonies of #EDE89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE89E

Black with #EDE89E

Text Example


Text Example

White with #EDE89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE89E; }

 p { color: rgb(237,232,158); }

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

background-color css

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

 a { background-color: rgb(237,232,158); }

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

border-color css

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

 span { border-color: rgb(237,232,158); }

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