Html Css Color HEX #EDE79C Portafino

📋 copy color: '#EDE79C'

red 237 ◦ green 231 ◦ blue 156

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

Shades of Portafino #EDE79C

Tints of Portafino #EDE79C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25%

R = 37.98%
G = 37.02%
B = 25%

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

#EDE79C (or 0xEDE79C) is known color: Portafino. HEX triplet: ED, E7 and 9C. RGB value is (237,231,156). Sum of RGB (Red+Green+Blue) = 237+231+156=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79C is #121863. Grayscale: #E0E0E0. Windows color (decimal): -1185892 or 10282989. OLE color: 10282989.

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

Color convert

RGB 237 231 156 -
CMYK 0 0.03 0.34 0.07
HSL 55.56º 0.69% 0.77% -
HSV(B) 55.56º 0.34% 0.93% -
XYZ 69.5 77.56 42.76 -
YUV 224.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 237 231 156 0 0.03 0.34 0.07 55.56 0.69 0.77
Hex ED E7 9C 0 3 22 7 38 45 4D
Octal 355 347 234 0 3 42 7 70 105 115
Binary 11101101 11100111 10011100 0 11 100010 111 111000 1000101 1001101

Color Harmonies of #EDE79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE79C

Black with #EDE79C

Text Example


Text Example

White with #EDE79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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