Html Css Color HEX #EDE99C Portafino

📋 copy color: '#EDE99C'

red 237 ◦ green 233 ◦ blue 156

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

Shades of Portafino #EDE99C

Tints of Portafino #EDE99C

RGB

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

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

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

R = 37.86%
G = 37.22%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE99C (or 0xEDE99C) is known color: Portafino. HEX triplet: ED, E9 and 9C. RGB value is (237,233,156). Sum of RGB (Red+Green+Blue) = 237+233+156=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE99C is #121663. Grayscale: #E1E1E1. Windows color (decimal): -1185380 or 10283501. OLE color: 10283501.

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

Color convert

RGB 237 233 156 -
CMYK 0 0.02 0.34 0.07
HSL 57.04º 0.69% 0.77% -
HSV(B) 57.04º 0.34% 0.93% -
XYZ 70.06 78.68 42.95 -
YUV 225.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 237 233 156 0 0.02 0.34 0.07 57.04 0.69 0.77
Hex ED E9 9C 0 2 22 7 39 45 4D
Octal 355 351 234 0 2 42 7 71 105 115
Binary 11101101 11101001 10011100 0 10 100010 111 111001 1000101 1001101

Color Harmonies of #EDE99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE99C

Black with #EDE99C

Text Example


Text Example

White with #EDE99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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