Html Css Color HEX #EDD660 Portica

📋 copy color: '#EDD660'

red 237 ◦ green 214 ◦ blue 96

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

Shades of Portica #EDD660

Tints of Portica #EDD660

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

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

R = 43.33%
G = 39.12%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD660 (or 0xEDD660) is known color: Portica. HEX triplet: ED, D6 and 60. RGB value is (237,214,96). Sum of RGB (Red+Green+Blue) = 237+214+96=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD660 is #12299F. Grayscale: #CFCFCF. Windows color (decimal): -1190304 or 6346477. OLE color: 6346477.

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

Color convert

RGB 237 214 96 -
CMYK 0 0.10 0.59 0.07
HSL 50.21º 0.8% 0.65% -
HSV(B) 50.21º 0.59% 0.93% -
XYZ 61.08 66.94 20.77 -
YUV 207.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 237 214 96 0 0.10 0.59 0.07 50.21 0.8 0.65
Hex ED D6 60 0 A 3B 7 32 50 41
Octal 355 326 140 0 12 73 7 62 120 101
Binary 11101101 11010110 1100000 0 1010 111011 111 110010 1010000 1000001

Color Harmonies of #EDD660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD660

Black with #EDD660

Text Example


Text Example

White with #EDD660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD660; }

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

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

background-color css

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

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

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

border-color css

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

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

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