Html Css Color HEX #EBE998 Portafino

📋 copy color: '#EBE998'

red 235 ◦ green 233 ◦ blue 152

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

Shades of Portafino #EBE998

Tints of Portafino #EBE998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.52%

R = 37.9%
G = 37.58%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBE998 (or 0xEBE998) is known color: Portafino. HEX triplet: EB, E9 and 98. RGB value is (235,233,152). Sum of RGB (Red+Green+Blue) = 235+233+152=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE998 is #141667. Grayscale: #E0E0E0. Windows color (decimal): -1316456 or 10021355. OLE color: 10021355.

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

Color convert

RGB 235 233 152 -
CMYK 0 0.01 0.35 0.08
HSL 58.55º 0.67% 0.76% -
HSV(B) 58.55º 0.35% 0.92% -
XYZ 69.07 78.21 41.16 -
YUV 224.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 235 233 152 0 0.01 0.35 0.08 58.55 0.67 0.76
Hex EB E9 98 0 1 23 8 3B 43 4C
Octal 353 351 230 0 1 43 10 73 103 114
Binary 11101011 11101001 10011000 0 1 100011 1000 111011 1000011 1001100

Color Harmonies of #EBE998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE998

Black with #EBE998

Text Example


Text Example

White with #EBE998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE998; }

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

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

background-color css

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

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

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

border-color css

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

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

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