Html Css Color HEX #EDEDA0 Portafino

📋 copy color: '#EDEDA0'

red 237 ◦ green 237 ◦ blue 160

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

Shades of Portafino #EDEDA0

Tints of Portafino #EDEDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

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

R = 37.38%
G = 37.38%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDEDA0 (or 0xEDEDA0) is known color: Portafino. HEX triplet: ED, ED and A0. RGB value is (237,237,160). Sum of RGB (Red+Green+Blue) = 237+237+160=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA0 is #12125F. Grayscale: #E4E4E4. Windows color (decimal): -1184352 or 10546669. OLE color: 10546669.

HSL color Cylindrical-coordinate representation of color #EDEDA0: hue angle of 60º 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 #EDEDA0 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 160 -
CMYK 0 0 0.32 0.07
HSL 60º 0.68% 0.78% -
HSV(B) 60º 0.32% 0.93% -
XYZ 71.55 81.11 45.14 -
YUV 228.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 237 237 160 0 0 0.32 0.07 60 0.68 0.78
Hex ED ED A0 0 0 20 7 3C 44 4E
Octal 355 355 240 0 0 40 7 74 104 116
Binary 11101101 11101101 10100000 0 0 100000 111 111100 1000100 1001110

Color Harmonies of #EDEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA0

Black with #EDEDA0

Text Example


Text Example

White with #EDEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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