Html Css Color HEX #ECD85A Portica

📋 copy color: '#ECD85A'

red 236 ◦ green 216 ◦ blue 90

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

Shades of Portica #ECD85A

Tints of Portica #ECD85A

RGB

 RED value IS 236 (92.58% from 255) = 43.54%

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

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 43.54%
G = 39.85%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECD85A (or 0xECD85A) is known color: Portica. HEX triplet: EC, D8 and 5A. RGB value is (236,216,90). Sum of RGB (Red+Green+Blue) = 236+216+90=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD85A is #1327A5. Grayscale: #D0D0D0. Windows color (decimal): -1255334 or 5953772. OLE color: 5953772.

HSL color Cylindrical-coordinate representation of color #ECD85A: hue angle of 51.78º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECD85A is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 90 -
CMYK 0 0.08 0.62 0.07
HSL 51.78º 0.79% 0.64% -
HSV(B) 51.78º 0.62% 0.93% -
XYZ 60.99 67.68 19.52 -
YUV 207.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 236 216 90 0 0.08 0.62 0.07 51.78 0.79 0.64
Hex EC D8 5A 0 8 3E 7 34 4F 40
Octal 354 330 132 0 10 76 7 64 117 100
Binary 11101100 11011000 1011010 0 1000 111110 111 110100 1001111 1000000

Color Harmonies of #ECD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD85A

Black with #ECD85A

Text Example


Text Example

White with #ECD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD85A; }

 p { color: rgb(236,216,90); }

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

background-color css

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

 a { background-color: rgb(236,216,90); }

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

border-color css

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

 span { border-color: rgb(236,216,90); }

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