Html Css Color HEX #EDE79B Portafino

📋 copy color: '#EDE79B'

red 237 ◦ green 231 ◦ blue 155

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

Shades of Portafino #EDE79B

Tints of Portafino #EDE79B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

 BLUE value IS 155 (60.94% from 255) = 24.88%

R = 38.04%
G = 37.08%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE79B (or 0xEDE79B) is known color: Portafino. HEX triplet: ED, E7 and 9B. RGB value is (237,231,155). Sum of RGB (Red+Green+Blue) = 237+231+155=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79B is #121864. Grayscale: #E0E0E0. Windows color (decimal): -1185893 or 10217453. OLE color: 10217453.

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

Color convert

RGB 237 231 155 -
CMYK 0 0.03 0.35 0.07
HSL 55.61º 0.69% 0.77% -
HSV(B) 55.61º 0.35% 0.93% -
XYZ 69.42 77.52 42.32 -
YUV 224.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 237 231 155 0 0.03 0.35 0.07 55.61 0.69 0.77
Hex ED E7 9B 0 3 23 7 38 45 4D
Octal 355 347 233 0 3 43 7 70 105 115
Binary 11101101 11100111 10011011 0 11 100011 111 111000 1000101 1001101

Color Harmonies of #EDE79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE79B

Black with #EDE79B

Text Example


Text Example

White with #EDE79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE79B; }

 p { color: rgb(237,231,155); }

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

background-color css

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

 a { background-color: rgb(237,231,155); }

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

border-color css

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

 span { border-color: rgb(237,231,155); }

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