Html Css Color HEX #EDE69C Portafino

📋 copy color: '#EDE69C'

red 237 ◦ green 230 ◦ blue 156

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

Shades of Portafino #EDE69C

Tints of Portafino #EDE69C

RGB

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

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

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

R = 38.04%
G = 36.92%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE69C (or 0xEDE69C) is known color: Portafino. HEX triplet: ED, E6 and 9C. RGB value is (237,230,156). Sum of RGB (Red+Green+Blue) = 237+230+156=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 156 (61.33% from 255 or 25.04% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE69C is #121963. Grayscale: #DFDFDF. Windows color (decimal): -1186148 or 10282733. OLE color: 10282733.

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

Color convert

RGB 237 230 156 -
CMYK 0 0.03 0.34 0.07
HSL 54.81º 0.69% 0.77% -
HSV(B) 54.81º 0.34% 0.93% -
XYZ 69.22 77 42.67 -
YUV 223.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 237 230 156 0 0.03 0.34 0.07 54.81 0.69 0.77
Hex ED E6 9C 0 3 22 7 37 45 4D
Octal 355 346 234 0 3 42 7 67 105 115
Binary 11101101 11100110 10011100 0 11 100010 111 110111 1000101 1001101

Color Harmonies of #EDE69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE69C

Black with #EDE69C

Text Example


Text Example

White with #EDE69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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