Html Css Color HEX #EDEA96 Portafino

📋 copy color: '#EDEA96'

red 237 ◦ green 234 ◦ blue 150

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

Shades of Portafino #EDEA96

Tints of Portafino #EDEA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.15%

R = 38.16%
G = 37.68%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDEA96 (or 0xEDEA96) is known color: Portafino. HEX triplet: ED, EA and 96. RGB value is (237,234,150). Sum of RGB (Red+Green+Blue) = 237+234+150=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA96 is #121569. Grayscale: #E1E1E1. Windows color (decimal): -1185130 or 9890541. OLE color: 9890541.

HSL color Cylindrical-coordinate representation of color #EDEA96: hue angle of 57.93º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDEA96 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 150 -
CMYK 0 0.01 0.37 0.07
HSL 57.93º 0.71% 0.76% -
HSV(B) 57.93º 0.37% 0.93% -
XYZ 69.85 79.05 40.43 -
YUV 225.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 237 234 150 0 0.01 0.37 0.07 57.93 0.71 0.76
Hex ED EA 96 0 1 25 7 3A 47 4C
Octal 355 352 226 0 1 45 7 72 107 114
Binary 11101101 11101010 10010110 0 1 100101 111 111010 1000111 1001100

Color Harmonies of #EDEA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA96

Black with #EDEA96

Text Example


Text Example

White with #EDEA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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