Html Css Color HEX #EFECA2 Portafino

📋 copy color: '#EFECA2'

red 239 ◦ green 236 ◦ blue 162

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

Shades of Portafino #EFECA2

Tints of Portafino #EFECA2

RGB

 RED value IS 239 (93.75% from 255) = 37.52%

 GREEN value IS 236 (92.58% from 255) = 37.05%

 BLUE value IS 162 (63.67% from 255) = 25.43%

R = 37.52%
G = 37.05%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFECA2 (or 0xEFECA2) is known color: Portafino. HEX triplet: EF, EC and A2. RGB value is (239,236,162). Sum of RGB (Red+Green+Blue) = 239+236+162=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECA2 is #10135D. Grayscale: #E4E4E4. Windows color (decimal): -1053534 or 10677487. OLE color: 10677487.

HSL color Cylindrical-coordinate representation of color #EFECA2: hue angle of 57.66º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFECA2 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 162 -
CMYK 0 0.01 0.32 0.06
HSL 57.66º 0.71% 0.79% -
HSV(B) 57.66º 0.32% 0.94% -
XYZ 72.11 80.95 46.01 -
YUV 228.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 239 236 162 0 0.01 0.32 0.06 57.66 0.71 0.79
Hex EF EC A2 0 1 20 6 3A 47 4F
Octal 357 354 242 0 1 40 6 72 107 117
Binary 11101111 11101100 10100010 0 1 100000 110 111010 1000111 1001111

Color Harmonies of #EFECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECA2

Black with #EFECA2

Text Example


Text Example

White with #EFECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECA2; }

 p { color: rgb(239,236,162); }

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

background-color css

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

 a { background-color: rgb(239,236,162); }

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

border-color css

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

 span { border-color: rgb(239,236,162); }

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