Html Css Color HEX #EBEB9E Portafino

📋 copy color: '#EBEB9E'

red 235 ◦ green 235 ◦ blue 158

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

Shades of Portafino #EBEB9E

Tints of Portafino #EBEB9E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

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

R = 37.42%
G = 37.42%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBEB9E (or 0xEBEB9E) is known color: Portafino. HEX triplet: EB, EB and 9E. RGB value is (235,235,158). Sum of RGB (Red+Green+Blue) = 235+235+158=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9E is #141461. Grayscale: #E2E2E2. Windows color (decimal): -1315938 or 10415083. OLE color: 10415083.

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

Color convert

RGB 235 235 158 -
CMYK 0 0 0.33 0.08
HSL 60º 0.66% 0.77% -
HSV(B) 60º 0.33% 0.92% -
XYZ 70.14 79.55 44.01 -
YUV 226.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 235 235 158 0 0 0.33 0.08 60 0.66 0.77
Hex EB EB 9E 0 0 21 8 3C 42 4D
Octal 353 353 236 0 0 41 10 74 102 115
Binary 11101011 11101011 10011110 0 0 100001 1000 111100 1000010 1001101

Color Harmonies of #EBEB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEB9E

Black with #EBEB9E

Text Example


Text Example

White with #EBEB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEB9E; }

 p { color: rgb(235,235,158); }

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

background-color css

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

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

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

border-color css

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

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

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