Html Css Color HEX #EDE899 Portafino

📋 copy color: '#EDE899'

red 237 ◦ green 232 ◦ blue 153

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

Shades of Portafino #EDE899

Tints of Portafino #EDE899

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.3%

 BLUE value IS 153 (60.16% from 255) = 24.6%

R = 38.1%
G = 37.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE899 (or 0xEDE899) is known color: Portafino. HEX triplet: ED, E8 and 99. RGB value is (237,232,153). Sum of RGB (Red+Green+Blue) = 237+232+153=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 153 (60.16% from 255 or 24.60% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE899 is #121766. Grayscale: #E0E0E0. Windows color (decimal): -1185639 or 10086637. OLE color: 10086637.

HSL color Cylindrical-coordinate representation of color #EDE899: hue angle of 56.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE899 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 153 -
CMYK 0 0.02 0.35 0.07
HSL 56.43º 0.7% 0.76% -
HSV(B) 56.43º 0.35% 0.93% -
XYZ 69.53 78.02 41.53 -
YUV 224.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 237 232 153 0 0.02 0.35 0.07 56.43 0.7 0.76
Hex ED E8 99 0 2 23 7 38 46 4C
Octal 355 350 231 0 2 43 7 70 106 114
Binary 11101101 11101000 10011001 0 10 100011 111 111000 1000110 1001100

Color Harmonies of #EDE899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE899

Black with #EDE899

Text Example


Text Example

White with #EDE899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE899; }

 p { color: rgb(237,232,153); }

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

background-color css

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

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

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

border-color css

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

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

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