Html Css Color HEX #ECD94C Portica

📋 copy color: '#ECD94C'

red 236 ◦ green 217 ◦ blue 76

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

Shades of Portica #ECD94C

Tints of Portica #ECD94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.37%

R = 44.61%
G = 41.02%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECD94C (or 0xECD94C) is known color: Portica. HEX triplet: EC, D9 and 4C. RGB value is (236,217,76). Sum of RGB (Red+Green+Blue) = 236+217+76=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD94C is #1326B3. Grayscale: #CFCFCF. Windows color (decimal): -1255092 or 5036524. OLE color: 5036524.

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

Color convert

RGB 236 217 76 -
CMYK 0 0.08 0.68 0.07
HSL 52.88º 0.81% 0.61% -
HSV(B) 52.88º 0.68% 0.93% -
XYZ 60.71 67.98 16.76 -
YUV 206.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 236 217 76 0 0.08 0.68 0.07 52.88 0.81 0.61
Hex EC D9 4C 0 8 44 7 35 51 3D
Octal 354 331 114 0 10 104 7 65 121 75
Binary 11101100 11011001 1001100 0 1000 1000100 111 110101 1010001 111101

Color Harmonies of #ECD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD94C

Black with #ECD94C

Text Example


Text Example

White with #ECD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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