Html Css Color HEX #EDE79D Portafino

📋 copy color: '#EDE79D'

red 237 ◦ green 231 ◦ blue 157

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

Shades of Portafino #EDE79D

Tints of Portafino #EDE79D

RGB

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

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

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

R = 37.92%
G = 36.96%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE79D (or 0xEDE79D) is known color: Portafino. HEX triplet: ED, E7 and 9D. RGB value is (237,231,157). Sum of RGB (Red+Green+Blue) = 237+231+157=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79D is #121862. Grayscale: #E0E0E0. Windows color (decimal): -1185891 or 10348525. OLE color: 10348525.

HSL color Cylindrical-coordinate representation of color #EDE79D: hue angle of 55.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 #EDE79D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 157 -
CMYK 0 0.03 0.34 0.07
HSL 55.5º 0.69% 0.77% -
HSV(B) 55.5º 0.34% 0.93% -
XYZ 69.59 77.59 43.21 -
YUV 224.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 237 231 157 0 0.03 0.34 0.07 55.5 0.69 0.77
Hex ED E7 9D 0 3 22 7 38 45 4D
Octal 355 347 235 0 3 42 7 70 105 115
Binary 11101101 11100111 10011101 0 11 100010 111 111000 1000101 1001101

Color Harmonies of #EDE79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE79D

Black with #EDE79D

Text Example


Text Example

White with #EDE79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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