Html Css Color HEX #EBED9F Portafino

📋 copy color: '#EBED9F'

red 235 ◦ green 237 ◦ blue 159

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

Shades of Portafino #EBED9F

Tints of Portafino #EBED9F

RGB

 RED value IS 235 (92.19% from 255) = 37.24%

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 159 (62.5% from 255) = 25.2%

R = 37.24%
G = 37.56%
B = 25.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EBED9F (or 0xEBED9F) is known color: Portafino. HEX triplet: EB, ED and 9F. RGB value is (235,237,159). Sum of RGB (Red+Green+Blue) = 235+237+159=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED9F is #141260. Grayscale: #E3E3E3. Windows color (decimal): -1315425 or 10481131. OLE color: 10481131.

HSL color Cylindrical-coordinate representation of color #EBED9F: hue angle of 61.54º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBED9F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 159 -
CMYK 0.01 0 0.33 0.07
HSL 61.54º 0.68% 0.78% -
HSV(B) 61.54º 0.33% 0.93% -
XYZ 70.8 80.73 44.65 -
YUV 227.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 235 237 159 0.01 0 0.33 0.07 61.54 0.68 0.78
Hex EB ED 9F 1 0 21 7 3E 44 4E
Octal 353 355 237 1 0 41 7 76 104 116
Binary 11101011 11101101 10011111 1 0 100001 111 111110 1000100 1001110

Color Harmonies of #EBED9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED9F

Black with #EBED9F

Text Example


Text Example

White with #EBED9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED9F; }

 p { color: rgb(235,237,159); }

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

background-color css

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

 a { background-color: rgb(235,237,159); }

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

border-color css

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

 span { border-color: rgb(235,237,159); }

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