Html Css Color HEX #EDEFA3 Portafino

📋 copy color: '#EDEFA3'

red 237 ◦ green 239 ◦ blue 163

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

Shades of Portafino #EDEFA3

Tints of Portafino #EDEFA3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.4%

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

R = 37.09%
G = 37.4%
B = 25.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EDEFA3 (or 0xEDEFA3) is known color: Portafino. HEX triplet: ED, EF and A3. RGB value is (237,239,163). Sum of RGB (Red+Green+Blue) = 237+239+163=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFA3 is #12105C. Grayscale: #E6E6E6. Windows color (decimal): -1183837 or 10743789. OLE color: 10743789.

HSL color Cylindrical-coordinate representation of color #EDEFA3: hue angle of 61.58º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEFA3 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 163 -
CMYK 0.01 0 0.32 0.06
HSL 61.58º 0.7% 0.79% -
HSV(B) 61.58º 0.32% 0.94% -
XYZ 72.4 82.38 46.74 -
YUV 229.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 237 239 163 0.01 0 0.32 0.06 61.58 0.7 0.79
Hex ED EF A3 1 0 20 6 3E 46 4F
Octal 355 357 243 1 0 40 6 76 106 117
Binary 11101101 11101111 10100011 1 0 100000 110 111110 1000110 1001111

Color Harmonies of #EDEFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFA3

Black with #EDEFA3

Text Example


Text Example

White with #EDEFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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