Html Css Color HEX #EDECA0 Portafino

📋 copy color: '#EDECA0'

red 237 ◦ green 236 ◦ blue 160

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

Shades of Portafino #EDECA0

Tints of Portafino #EDECA0

RGB

 RED value IS 237 (92.97% from 255) = 37.44%

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

 BLUE value IS 160 (62.89% from 255) = 25.28%

R = 37.44%
G = 37.28%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDECA0 (or 0xEDECA0) is known color: Portafino. HEX triplet: ED, EC and A0. RGB value is (237,236,160). Sum of RGB (Red+Green+Blue) = 237+236+160=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECA0 is #12135F. Grayscale: #E3E3E3. Windows color (decimal): -1184608 or 10546413. OLE color: 10546413.

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

Color convert

RGB 237 236 160 -
CMYK 0 0.00 0.32 0.07
HSL 59.22º 0.68% 0.78% -
HSV(B) 59.22º 0.32% 0.93% -
XYZ 71.27 80.53 45.05 -
YUV 227.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 237 236 160 0 0.00 0.32 0.07 59.22 0.68 0.78
Hex ED EC A0 0 0 20 7 3B 44 4E
Octal 355 354 240 0 0 40 7 73 104 116
Binary 11101101 11101100 10100000 0 0 100000 111 111011 1000100 1001110

Color Harmonies of #EDECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECA0

Black with #EDECA0

Text Example


Text Example

White with #EDECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECA0; }

 p { color: rgb(237,236,160); }

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

background-color css

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

 a { background-color: rgb(237,236,160); }

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

border-color css

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

 span { border-color: rgb(237,236,160); }

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