Html Css Color HEX #EBEA9D Portafino

📋 copy color: '#EBEA9D'

red 235 ◦ green 234 ◦ blue 157

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

Shades of Portafino #EBEA9D

Tints of Portafino #EBEA9D

RGB

 RED value IS 235 (92.19% from 255) = 37.54%

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

 BLUE value IS 157 (61.72% from 255) = 25.08%

R = 37.54%
G = 37.38%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBEA9D (or 0xEBEA9D) is known color: Portafino. HEX triplet: EB, EA and 9D. RGB value is (235,234,157). Sum of RGB (Red+Green+Blue) = 235+234+157=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA9D is #141562. Grayscale: #E1E1E1. Windows color (decimal): -1316195 or 10349291. OLE color: 10349291.

HSL color Cylindrical-coordinate representation of color #EBEA9D: hue angle of 59.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBEA9D is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 234 157 -
CMYK 0 0.00 0.33 0.08
HSL 59.23º 0.66% 0.77% -
HSV(B) 59.23º 0.33% 0.92% -
XYZ 69.77 78.94 43.46 -
YUV 225.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 235 234 157 0 0.00 0.33 0.08 59.23 0.66 0.77
Hex EB EA 9D 0 0 21 8 3B 42 4D
Octal 353 352 235 0 0 41 10 73 102 115
Binary 11101011 11101010 10011101 0 0 100001 1000 111011 1000010 1001101

Color Harmonies of #EBEA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA9D

Black with #EBEA9D

Text Example


Text Example

White with #EBEA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA9D; }

 p { color: rgb(235,234,157); }

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

background-color css

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

 a { background-color: rgb(235,234,157); }

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

border-color css

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

 span { border-color: rgb(235,234,157); }

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