Html Css Color HEX #ECE69A Portafino

📋 copy color: '#ECE69A'

red 236 ◦ green 230 ◦ blue 154

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

Shades of Portafino #ECE69A

Tints of Portafino #ECE69A

RGB

 RED value IS 236 (92.58% from 255) = 38.06%

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

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

R = 38.06%
G = 37.1%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECE69A (or 0xECE69A) is known color: Portafino. HEX triplet: EC, E6 and 9A. RGB value is (236,230,154). Sum of RGB (Red+Green+Blue) = 236+230+154=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE69A is #131965. Grayscale: #DFDFDF. Windows color (decimal): -1251686 or 10151660. OLE color: 10151660.

HSL color Cylindrical-coordinate representation of color #ECE69A: hue angle of 55.61º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECE69A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 230 154 -
CMYK 0 0.03 0.35 0.07
HSL 55.61º 0.68% 0.76% -
HSV(B) 55.61º 0.35% 0.93% -
XYZ 68.72 76.76 41.77 -
YUV 223.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 236 230 154 0 0.03 0.35 0.07 55.61 0.68 0.76
Hex EC E6 9A 0 3 23 7 38 44 4C
Octal 354 346 232 0 3 43 7 70 104 114
Binary 11101100 11100110 10011010 0 11 100011 111 111000 1000100 1001100

Color Harmonies of #ECE69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE69A

Black with #ECE69A

Text Example


Text Example

White with #ECE69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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