Html Css Color HEX #EDEEA3 Portafino

📋 copy color: '#EDEEA3'

red 237 ◦ green 238 ◦ blue 163

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

Shades of Portafino #EDEEA3

Tints of Portafino #EDEEA3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 163 (64.06% from 255) = 25.55%

R = 37.15%
G = 37.3%
B = 25.55%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDEEA3 (or 0xEDEEA3) is known color: Portafino. HEX triplet: ED, EE and A3. RGB value is (237,238,163). Sum of RGB (Red+Green+Blue) = 237+238+163=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA3 is #12115C. Grayscale: #E5E5E5. Windows color (decimal): -1184093 or 10743533. OLE color: 10743533.

HSL color Cylindrical-coordinate representation of color #EDEEA3: hue angle of 60.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEEA3 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 163 -
CMYK 0.00 0 0.32 0.07
HSL 60.8º 0.69% 0.79% -
HSV(B) 60.8º 0.32% 0.93% -
XYZ 72.11 81.8 46.64 -
YUV 229.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 237 238 163 0.00 0 0.32 0.07 60.8 0.69 0.79
Hex ED EE A3 0 0 20 7 3D 45 4F
Octal 355 356 243 0 0 40 7 75 105 117
Binary 11101101 11101110 10100011 0 0 100000 111 111101 1000101 1001111

Color Harmonies of #EDEEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEA3

Black with #EDEEA3

Text Example


Text Example

White with #EDEEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEA3; }

 p { color: rgb(237,238,163); }

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

background-color css

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

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

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

border-color css

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

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

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