Html Css Color HEX #EDEA99 Portafino

📋 copy color: '#EDEA99'

red 237 ◦ green 234 ◦ blue 153

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

Shades of Portafino #EDEA99

Tints of Portafino #EDEA99

RGB

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

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

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

R = 37.98%
G = 37.5%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDEA99 (or 0xEDEA99) is known color: Portafino. HEX triplet: ED, EA and 99. RGB value is (237,234,153). Sum of RGB (Red+Green+Blue) = 237+234+153=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA99 is #121566. Grayscale: #E1E1E1. Windows color (decimal): -1185127 or 10087149. OLE color: 10087149.

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

Color convert

RGB 237 234 153 -
CMYK 0 0.01 0.35 0.07
HSL 57.86º 0.7% 0.76% -
HSV(B) 57.86º 0.35% 0.93% -
XYZ 70.1 79.15 41.72 -
YUV 225.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 237 234 153 0 0.01 0.35 0.07 57.86 0.7 0.76
Hex ED EA 99 0 1 23 7 3A 46 4C
Octal 355 352 231 0 1 43 7 72 106 114
Binary 11101101 11101010 10011001 0 1 100011 111 111010 1000110 1001100

Color Harmonies of #EDEA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA99

Black with #EDEA99

Text Example


Text Example

White with #EDEA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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