Html Css Color HEX #EDE89A Portafino

📋 copy color: '#EDE89A'

red 237 ◦ green 232 ◦ blue 154

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

Shades of Portafino #EDE89A

Tints of Portafino #EDE89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.72%

R = 38.04%
G = 37.24%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE89A (or 0xEDE89A) is known color: Portafino. HEX triplet: ED, E8 and 9A. RGB value is (237,232,154). Sum of RGB (Red+Green+Blue) = 237+232+154=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89A is #121765. Grayscale: #E0E0E0. Windows color (decimal): -1185638 or 10152173. OLE color: 10152173.

HSL color Cylindrical-coordinate representation of color #EDE89A: hue angle of 56.39º degrees, saturation: 0.7, 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 #EDE89A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 154 -
CMYK 0 0.02 0.35 0.07
HSL 56.39º 0.7% 0.77% -
HSV(B) 56.39º 0.35% 0.93% -
XYZ 69.61 78.05 41.97 -
YUV 224.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 237 232 154 0 0.02 0.35 0.07 56.39 0.7 0.77
Hex ED E8 9A 0 2 23 7 38 46 4D
Octal 355 350 232 0 2 43 7 70 106 115
Binary 11101101 11101000 10011010 0 10 100011 111 111000 1000110 1001101

Color Harmonies of #EDE89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE89A

Black with #EDE89A

Text Example


Text Example

White with #EDE89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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