Html Css Color HEX #EAE69C Portafino

📋 copy color: '#EAE69C'

red 234 ◦ green 230 ◦ blue 156

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

Shades of Portafino #EAE69C

Tints of Portafino #EAE69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.16%

R = 37.74%
G = 37.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAE69C (or 0xEAE69C) is known color: Portafino. HEX triplet: EA, E6 and 9C. RGB value is (234,230,156). Sum of RGB (Red+Green+Blue) = 234+230+156=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 156 (61.33% from 255 or 25.16% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE69C is #151963. Grayscale: #DFDFDF. Windows color (decimal): -1382756 or 10282730. OLE color: 10282730.

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

Color convert

RGB 234 230 156 -
CMYK 0 0.02 0.33 0.08
HSL 56.92º 0.65% 0.76% -
HSV(B) 56.92º 0.33% 0.92% -
XYZ 68.23 76.49 42.62 -
YUV 222.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 234 230 156 0 0.02 0.33 0.08 56.92 0.65 0.76
Hex EA E6 9C 0 2 21 8 39 41 4C
Octal 352 346 234 0 2 41 10 71 101 114
Binary 11101010 11100110 10011100 0 10 100001 1000 111001 1000001 1001100

Color Harmonies of #EAE69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE69C

Black with #EAE69C

Text Example


Text Example

White with #EAE69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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