Html Css Color HEX #EDE999 Portafino

📋 copy color: '#EDE999'

red 237 ◦ green 233 ◦ blue 153

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

Shades of Portafino #EDE999

Tints of Portafino #EDE999

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.4%

 BLUE value IS 153 (60.16% from 255) = 24.56%

R = 38.04%
G = 37.4%
B = 24.56%

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

#EDE999 (or 0xEDE999) is known color: Portafino. HEX triplet: ED, E9 and 99. RGB value is (237,233,153). Sum of RGB (Red+Green+Blue) = 237+233+153=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 153 (60.16% from 255 or 24.56% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE999 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE999 is #121666. Grayscale: #E1E1E1. Windows color (decimal): -1185383 or 10086893. OLE color: 10086893.

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

Color convert

RGB 237 233 153 -
CMYK 0 0.02 0.35 0.07
HSL 57.14º 0.7% 0.76% -
HSV(B) 57.14º 0.35% 0.93% -
XYZ 69.81 78.58 41.63 -
YUV 225.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 237 233 153 0 0.02 0.35 0.07 57.14 0.7 0.76
Hex ED E9 99 0 2 23 7 39 46 4C
Octal 355 351 231 0 2 43 7 71 106 114
Binary 11101101 11101001 10011001 0 10 100011 111 111001 1000110 1001100

Color Harmonies of #EDE999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE999

Black with #EDE999

Text Example


Text Example

White with #EDE999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE999; }

 p { color: rgb(237,233,153); }

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

background-color css

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

 a { background-color: rgb(237,233,153); }

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

border-color css

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

 span { border-color: rgb(237,233,153); }

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