Html Css Color HEX #EDED9E Portafino

📋 copy color: '#EDED9E'

red 237 ◦ green 237 ◦ blue 158

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

Shades of Portafino #EDED9E

Tints of Portafino #EDED9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDED9E (or 0xEDED9E) is known color: Portafino. HEX triplet: ED, ED and 9E. RGB value is (237,237,158). Sum of RGB (Red+Green+Blue) = 237+237+158=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED9E is #121261. Grayscale: #E4E4E4. Windows color (decimal): -1184354 or 10415597. OLE color: 10415597.

HSL color Cylindrical-coordinate representation of color #EDED9E: 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.33%. Process color model (Four color, CMYK) of #EDED9E is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 158 -
CMYK 0 0 0.33 0.07
HSL 60º 0.69% 0.77% -
HSV(B) 60º 0.33% 0.93% -
XYZ 71.38 81.04 44.23 -
YUV 227.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 237 237 158 0 0 0.33 0.07 60 0.69 0.77
Hex ED ED 9E 0 0 21 7 3C 45 4D
Octal 355 355 236 0 0 41 7 74 105 115
Binary 11101101 11101101 10011110 0 0 100001 111 111100 1000101 1001101

Color Harmonies of #EDED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED9E

Black with #EDED9E

Text Example


Text Example

White with #EDED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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