Html Css Color HEX #EBE79A Portafino

📋 copy color: '#EBE79A'

red 235 ◦ green 231 ◦ blue 154

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

Shades of Portafino #EBE79A

Tints of Portafino #EBE79A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.26%

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

R = 37.9%
G = 37.26%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBE79A (or 0xEBE79A) is known color: Portafino. HEX triplet: EB, E7 and 9A. RGB value is (235,231,154). Sum of RGB (Red+Green+Blue) = 235+231+154=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE79A is #141865. Grayscale: #DFDFDF. Windows color (decimal): -1316966 or 10151915. OLE color: 10151915.

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

Color convert

RGB 235 231 154 -
CMYK 0 0.02 0.34 0.08
HSL 57.04º 0.67% 0.76% -
HSV(B) 57.04º 0.34% 0.92% -
XYZ 68.67 77.15 41.84 -
YUV 223.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 235 231 154 0 0.02 0.34 0.08 57.04 0.67 0.76
Hex EB E7 9A 0 2 22 8 39 43 4C
Octal 353 347 232 0 2 42 10 71 103 114
Binary 11101011 11100111 10011010 0 10 100010 1000 111001 1000011 1001100

Color Harmonies of #EBE79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE79A

Black with #EBE79A

Text Example


Text Example

White with #EBE79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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