Html Css Color HEX #EBE69A Portafino

📋 copy color: '#EBE69A'

red 235 ◦ green 230 ◦ blue 154

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

Shades of Portafino #EBE69A

Tints of Portafino #EBE69A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.16%

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

R = 37.96%
G = 37.16%
B = 24.88%

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

#EBE69A (or 0xEBE69A) is known color: Portafino. HEX triplet: EB, E6 and 9A. RGB value is (235,230,154). Sum of RGB (Red+Green+Blue) = 235+230+154=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE69A is #141965. Grayscale: #DFDFDF. Windows color (decimal): -1317222 or 10151659. OLE color: 10151659.

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

Color convert

RGB 235 230 154 -
CMYK 0 0.02 0.34 0.08
HSL 56.3º 0.67% 0.76% -
HSV(B) 56.3º 0.34% 0.92% -
XYZ 68.39 76.59 41.75 -
YUV 222.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 235 230 154 0 0.02 0.34 0.08 56.3 0.67 0.76
Hex EB E6 9A 0 2 22 8 38 43 4C
Octal 353 346 232 0 2 42 10 70 103 114
Binary 11101011 11100110 10011010 0 10 100010 1000 111000 1000011 1001100

Color Harmonies of #EBE69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE69A

Black with #EBE69A

Text Example


Text Example

White with #EBE69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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