Html Css Color HEX #EDE699 Portafino

📋 copy color: '#EDE699'

red 237 ◦ green 230 ◦ blue 153

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

Shades of Portafino #EDE699

Tints of Portafino #EDE699

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.1%

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

R = 38.23%
G = 37.1%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE699 (or 0xEDE699) is known color: Portafino. HEX triplet: ED, E6 and 99. RGB value is (237,230,153). Sum of RGB (Red+Green+Blue) = 237+230+153=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE699 is #121966. Grayscale: #DFDFDF. Windows color (decimal): -1186151 or 10086125. OLE color: 10086125.

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

Color convert

RGB 237 230 153 -
CMYK 0 0.03 0.35 0.07
HSL 55º 0.7% 0.76% -
HSV(B) 55º 0.35% 0.93% -
XYZ 68.97 76.9 41.34 -
YUV 223.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 237 230 153 0 0.03 0.35 0.07 55 0.7 0.76
Hex ED E6 99 0 3 23 7 37 46 4C
Octal 355 346 231 0 3 43 7 67 106 114
Binary 11101101 11100110 10011001 0 11 100011 111 110111 1000110 1001100

Color Harmonies of #EDE699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE699

Black with #EDE699

Text Example


Text Example

White with #EDE699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE699; }

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

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

background-color css

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

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

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

border-color css

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

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

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