Html Css Color HEX #EAE699 Portafino

📋 copy color: '#EAE699'

red 234 ◦ green 230 ◦ blue 153

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

Shades of Portafino #EAE699

Tints of Portafino #EAE699

RGB

 RED value IS 234 (91.8% from 255) = 37.93%

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

 BLUE value IS 153 (60.16% from 255) = 24.8%

R = 37.93%
G = 37.28%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAE699 (or 0xEAE699) is known color: Portafino. HEX triplet: EA, E6 and 99. RGB value is (234,230,153). Sum of RGB (Red+Green+Blue) = 234+230+153=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE699 is #151966. Grayscale: #DEDEDE. Windows color (decimal): -1382759 or 10086122. OLE color: 10086122.

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

Color convert

RGB 234 230 153 -
CMYK 0 0.02 0.35 0.08
HSL 57.04º 0.66% 0.76% -
HSV(B) 57.04º 0.35% 0.92% -
XYZ 67.98 76.39 41.3 -
YUV 222.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 234 230 153 0 0.02 0.35 0.08 57.04 0.66 0.76
Hex EA E6 99 0 2 23 8 39 42 4C
Octal 352 346 231 0 2 43 10 71 102 114
Binary 11101010 11100110 10011001 0 10 100011 1000 111001 1000010 1001100

Color Harmonies of #EAE699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE699

Black with #EAE699

Text Example


Text Example

White with #EAE699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE699; }

 p { color: rgb(234,230,153); }

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

background-color css

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

 a { background-color: rgb(234,230,153); }

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

border-color css

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

 span { border-color: rgb(234,230,153); }

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