Html Css Color HEX #EBEB9C Portafino

📋 copy color: '#EBEB9C'

red 235 ◦ green 235 ◦ blue 156

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

Shades of Portafino #EBEB9C

Tints of Portafino #EBEB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.92%

R = 37.54%
G = 37.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBEB9C (or 0xEBEB9C) is known color: Portafino. HEX triplet: EB, EB and 9C. RGB value is (235,235,156). Sum of RGB (Red+Green+Blue) = 235+235+156=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9C is #141463. Grayscale: #E2E2E2. Windows color (decimal): -1315940 or 10284011. OLE color: 10284011.

HSL color Cylindrical-coordinate representation of color #EBEB9C: 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.34%. Process color model (Four color, CMYK) of #EBEB9C is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 235 156 -
CMYK 0 0 0.34 0.08
HSL 60º 0.66% 0.77% -
HSV(B) 60º 0.34% 0.92% -
XYZ 69.97 79.48 43.11 -
YUV 225.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 235 235 156 0 0 0.34 0.08 60 0.66 0.77
Hex EB EB 9C 0 0 22 8 3C 42 4D
Octal 353 353 234 0 0 42 10 74 102 115
Binary 11101011 11101011 10011100 0 0 100010 1000 111100 1000010 1001101

Color Harmonies of #EBEB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEB9C

Black with #EBEB9C

Text Example


Text Example

White with #EBEB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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