Html Css Color HEX #ECD94D Portica

📋 copy color: '#ECD94D'

red 236 ◦ green 217 ◦ blue 77

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

Shades of Portica #ECD94D

Tints of Portica #ECD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 77 (30.47% from 255) = 14.53%

R = 44.53%
G = 40.94%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECD94D (or 0xECD94D) is known color: Portica. HEX triplet: EC, D9 and 4D. RGB value is (236,217,77). Sum of RGB (Red+Green+Blue) = 236+217+77=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD94D is #1326B2. Grayscale: #CFCFCF. Windows color (decimal): -1255091 or 5102060. OLE color: 5102060.

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

Color convert

RGB 236 217 77 -
CMYK 0 0.08 0.67 0.07
HSL 52.83º 0.81% 0.61% -
HSV(B) 52.83º 0.67% 0.93% -
XYZ 60.74 67.99 16.94 -
YUV 206.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 236 217 77 0 0.08 0.67 0.07 52.83 0.81 0.61
Hex EC D9 4D 0 8 43 7 35 51 3D
Octal 354 331 115 0 10 103 7 65 121 75
Binary 11101100 11011001 1001101 0 1000 1000011 111 110101 1010001 111101

Color Harmonies of #ECD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD94D

Black with #ECD94D

Text Example


Text Example

White with #ECD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD94D; }

 p { color: rgb(236,217,77); }

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

background-color css

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

 a { background-color: rgb(236,217,77); }

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

border-color css

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

 span { border-color: rgb(236,217,77); }

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