Html Css Color HEX #EDED9D Portafino

📋 copy color: '#EDED9D'

red 237 ◦ green 237 ◦ blue 157

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

Shades of Portafino #EDED9D

Tints of Portafino #EDED9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.88%

R = 37.56%
G = 37.56%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDED9D (or 0xEDED9D) is known color: Portafino. HEX triplet: ED, ED and 9D. RGB value is (237,237,157). Sum of RGB (Red+Green+Blue) = 237+237+157=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED9D is #121262. Grayscale: #E4E4E4. Windows color (decimal): -1184355 or 10350061. OLE color: 10350061.

HSL color Cylindrical-coordinate representation of color #EDED9D: hue angle of 60º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDED9D is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 157 -
CMYK 0 0 0.34 0.07
HSL 60º 0.69% 0.77% -
HSV(B) 60º 0.34% 0.93% -
XYZ 71.3 81.01 43.78 -
YUV 227.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 237 237 157 0 0 0.34 0.07 60 0.69 0.77
Hex ED ED 9D 0 0 22 7 3C 45 4D
Octal 355 355 235 0 0 42 7 74 105 115
Binary 11101101 11101101 10011101 0 0 100010 111 111100 1000101 1001101

Color Harmonies of #EDED9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED9D

Black with #EDED9D

Text Example


Text Example

White with #EDED9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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