Html Css Color HEX #EDD860 Portica

📋 copy color: '#EDD860'

red 237 ◦ green 216 ◦ blue 96

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

Shades of Portica #EDD860

Tints of Portica #EDD860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.34%

 BLUE value IS 96 (37.89% from 255) = 17.49%

R = 43.17%
G = 39.34%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD860 (or 0xEDD860) is known color: Portica. HEX triplet: ED, D8 and 60. RGB value is (237,216,96). Sum of RGB (Red+Green+Blue) = 237+216+96=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD860 is #12279F. Grayscale: #D1D1D1. Windows color (decimal): -1189792 or 6346989. OLE color: 6346989.

HSL color Cylindrical-coordinate representation of color #EDD860: hue angle of 51.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD860 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 96 -
CMYK 0 0.09 0.59 0.07
HSL 51.06º 0.8% 0.65% -
HSV(B) 51.06º 0.59% 0.93% -
XYZ 61.59 67.96 20.94 -
YUV 208.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 237 216 96 0 0.09 0.59 0.07 51.06 0.8 0.65
Hex ED D8 60 0 9 3B 7 33 50 41
Octal 355 330 140 0 11 73 7 63 120 101
Binary 11101101 11011000 1100000 0 1001 111011 111 110011 1010000 1000001

Color Harmonies of #EDD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD860

Black with #EDD860

Text Example


Text Example

White with #EDD860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD860; }

 p { color: rgb(237,216,96); }

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

background-color css

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

 a { background-color: rgb(237,216,96); }

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

border-color css

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

 span { border-color: rgb(237,216,96); }

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