Html Css Color HEX #EDED9C Portafino

📋 copy color: '#EDED9C'

red 237 ◦ green 237 ◦ blue 156

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

Shades of Portafino #EDED9C

Tints of Portafino #EDED9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.76%

R = 37.62%
G = 37.62%
B = 24.76%

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

#EDED9C (or 0xEDED9C) is known color: Portafino. HEX triplet: ED, ED and 9C. RGB value is (237,237,156). Sum of RGB (Red+Green+Blue) = 237+237+156=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED9C is #121263. Grayscale: #E4E4E4. Windows color (decimal): -1184356 or 10284525. OLE color: 10284525.

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

Color convert

RGB 237 237 156 -
CMYK 0 0 0.34 0.07
HSL 60º 0.69% 0.77% -
HSV(B) 60º 0.34% 0.93% -
XYZ 71.21 80.97 43.33 -
YUV 227.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 237 237 156 0 0 0.34 0.07 60 0.69 0.77
Hex ED ED 9C 0 0 22 7 3C 45 4D
Octal 355 355 234 0 0 42 7 74 105 115
Binary 11101101 11101101 10011100 0 0 100010 111 111100 1000101 1001101

Color Harmonies of #EDED9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED9C

Black with #EDED9C

Text Example


Text Example

White with #EDED9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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