Html Css Color HEX #EDD661 Portica

📋 copy color: '#EDD661'

red 237 ◦ green 214 ◦ blue 97

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

Shades of Portica #EDD661

Tints of Portica #EDD661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.7%

R = 43.25%
G = 39.05%
B = 17.7%

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

#EDD661 (or 0xEDD661) is known color: Portica. HEX triplet: ED, D6 and 61. RGB value is (237,214,97). Sum of RGB (Red+Green+Blue) = 237+214+97=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD661 is #12299E. Grayscale: #D0D0D0. Windows color (decimal): -1190303 or 6412013. OLE color: 6412013.

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

Color convert

RGB 237 214 97 -
CMYK 0 0.10 0.59 0.07
HSL 50.14º 0.8% 0.65% -
HSV(B) 50.14º 0.59% 0.93% -
XYZ 61.13 66.96 21.01 -
YUV 207.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 237 214 97 0 0.10 0.59 0.07 50.14 0.8 0.65
Hex ED D6 61 0 A 3B 7 32 50 41
Octal 355 326 141 0 12 73 7 62 120 101
Binary 11101101 11010110 1100001 0 1010 111011 111 110010 1010000 1000001

Color Harmonies of #EDD661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD661

Black with #EDD661

Text Example


Text Example

White with #EDD661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD661; }

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

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

background-color css

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

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

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

border-color css

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

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

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