Html Css Color HEX #EDEA9C Portafino

📋 copy color: '#EDEA9C'

red 237 ◦ green 234 ◦ blue 156

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

Shades of Portafino #EDEA9C

Tints of Portafino #EDEA9C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.32%

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

R = 37.8%
G = 37.32%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDEA9C (or 0xEDEA9C) is known color: Portafino. HEX triplet: ED, EA and 9C. RGB value is (237,234,156). Sum of RGB (Red+Green+Blue) = 237+234+156=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA9C is #121563. Grayscale: #E2E2E2. Windows color (decimal): -1185124 or 10283757. OLE color: 10283757.

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

Color convert

RGB 237 234 156 -
CMYK 0 0.01 0.34 0.07
HSL 57.78º 0.69% 0.77% -
HSV(B) 57.78º 0.34% 0.93% -
XYZ 70.35 79.25 43.04 -
YUV 226.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 237 234 156 0 0.01 0.34 0.07 57.78 0.69 0.77
Hex ED EA 9C 0 1 22 7 3A 45 4D
Octal 355 352 234 0 1 42 7 72 105 115
Binary 11101101 11101010 10011100 0 1 100010 111 111010 1000101 1001101

Color Harmonies of #EDEA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA9C

Black with #EDEA9C

Text Example


Text Example

White with #EDEA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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