Html Css Color HEX #EBED9D Portafino

📋 copy color: '#EBED9D'

red 235 ◦ green 237 ◦ blue 157

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

Shades of Portafino #EBED9D

Tints of Portafino #EBED9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.96%

R = 37.36%
G = 37.68%
B = 24.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EBED9D (or 0xEBED9D) is known color: Portafino. HEX triplet: EB, ED and 9D. RGB value is (235,237,157). Sum of RGB (Red+Green+Blue) = 235+237+157=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED9D is #141262. Grayscale: #E3E3E3. Windows color (decimal): -1315427 or 10350059. OLE color: 10350059.

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

Color convert

RGB 235 237 157 -
CMYK 0.01 0 0.34 0.07
HSL 61.5º 0.69% 0.77% -
HSV(B) 61.5º 0.34% 0.93% -
XYZ 70.63 80.66 43.75 -
YUV 227.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 235 237 157 0.01 0 0.34 0.07 61.5 0.69 0.77
Hex EB ED 9D 1 0 22 7 3E 45 4D
Octal 353 355 235 1 0 42 7 76 105 115
Binary 11101011 11101101 10011101 1 0 100010 111 111110 1000101 1001101

Color Harmonies of #EBED9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED9D

Black with #EBED9D

Text Example


Text Example

White with #EBED9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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