Html Css Color HEX #EDE897 Portafino

📋 copy color: '#EDE897'

red 237 ◦ green 232 ◦ blue 151

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

Shades of Portafino #EDE897

Tints of Portafino #EDE897

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.42%

 BLUE value IS 151 (59.38% from 255) = 24.35%

R = 38.23%
G = 37.42%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE897 (or 0xEDE897) is known color: Portafino. HEX triplet: ED, E8 and 97. RGB value is (237,232,151). Sum of RGB (Red+Green+Blue) = 237+232+151=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE897 is #121768. Grayscale: #E0E0E0. Windows color (decimal): -1185641 or 9955565. OLE color: 9955565.

HSL color Cylindrical-coordinate representation of color #EDE897: hue angle of 56.51º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDE897 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 151 -
CMYK 0 0.02 0.36 0.07
HSL 56.51º 0.7% 0.76% -
HSV(B) 56.51º 0.36% 0.93% -
XYZ 69.37 77.95 40.67 -
YUV 224.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 237 232 151 0 0.02 0.36 0.07 56.51 0.7 0.76
Hex ED E8 97 0 2 24 7 39 46 4C
Octal 355 350 227 0 2 44 7 71 106 114
Binary 11101101 11101000 10010111 0 10 100100 111 111001 1000110 1001100

Color Harmonies of #EDE897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE897

Black with #EDE897

Text Example


Text Example

White with #EDE897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE897; }

 p { color: rgb(237,232,151); }

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

background-color css

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

 a { background-color: rgb(237,232,151); }

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

border-color css

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

 span { border-color: rgb(237,232,151); }

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