Html Css Color HEX #EDEA9E Portafino

📋 copy color: '#EDEA9E'

red 237 ◦ green 234 ◦ blue 158

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

Shades of Portafino #EDEA9E

Tints of Portafino #EDEA9E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.2%

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

R = 37.68%
G = 37.2%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDEA9E (or 0xEDEA9E) is known color: Portafino. HEX triplet: ED, EA and 9E. RGB value is (237,234,158). Sum of RGB (Red+Green+Blue) = 237+234+158=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA9E is #121561. Grayscale: #E2E2E2. Windows color (decimal): -1185122 or 10414829. OLE color: 10414829.

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

Color convert

RGB 237 234 158 -
CMYK 0 0.01 0.33 0.07
HSL 57.72º 0.69% 0.77% -
HSV(B) 57.72º 0.33% 0.93% -
XYZ 70.52 79.32 43.94 -
YUV 226.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 237 234 158 0 0.01 0.33 0.07 57.72 0.69 0.77
Hex ED EA 9E 0 1 21 7 3A 45 4D
Octal 355 352 236 0 1 41 7 72 105 115
Binary 11101101 11101010 10011110 0 1 100001 111 111010 1000101 1001101

Color Harmonies of #EDEA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA9E

Black with #EDEA9E

Text Example


Text Example

White with #EDEA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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