Html Css Color HEX #EBE99A Portafino

📋 copy color: '#EBE99A'

red 235 ◦ green 233 ◦ blue 154

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

Shades of Portafino #EBE99A

Tints of Portafino #EBE99A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.46%

 BLUE value IS 154 (60.55% from 255) = 24.76%

R = 37.78%
G = 37.46%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBE99A (or 0xEBE99A) is known color: Portafino. HEX triplet: EB, E9 and 9A. RGB value is (235,233,154). Sum of RGB (Red+Green+Blue) = 235+233+154=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE99A is #141665. Grayscale: #E0E0E0. Windows color (decimal): -1316454 or 10152427. OLE color: 10152427.

HSL color Cylindrical-coordinate representation of color #EBE99A: hue angle of 58.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE99A is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 154 -
CMYK 0 0.01 0.34 0.08
HSL 58.52º 0.67% 0.76% -
HSV(B) 58.52º 0.34% 0.92% -
XYZ 69.23 78.27 42.03 -
YUV 224.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 235 233 154 0 0.01 0.34 0.08 58.52 0.67 0.76
Hex EB E9 9A 0 1 22 8 3B 43 4C
Octal 353 351 232 0 1 42 10 73 103 114
Binary 11101011 11101001 10011010 0 1 100010 1000 111011 1000011 1001100

Color Harmonies of #EBE99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE99A

Black with #EBE99A

Text Example


Text Example

White with #EBE99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE99A; }

 p { color: rgb(235,233,154); }

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

background-color css

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

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

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

border-color css

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

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

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