Html Css Color HEX #ECD94B Portica

📋 copy color: '#ECD94B'

red 236 ◦ green 217 ◦ blue 75

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

Shades of Portica #ECD94B

Tints of Portica #ECD94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.2%

R = 44.7%
G = 41.1%
B = 14.2%

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

#ECD94B (or 0xECD94B) is known color: Portica. HEX triplet: EC, D9 and 4B. RGB value is (236,217,75). Sum of RGB (Red+Green+Blue) = 236+217+75=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD94B is #1326B4. Grayscale: #CFCFCF. Windows color (decimal): -1255093 or 4970988. OLE color: 4970988.

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

Color convert

RGB 236 217 75 -
CMYK 0 0.08 0.68 0.07
HSL 52.92º 0.81% 0.61% -
HSV(B) 52.92º 0.68% 0.93% -
XYZ 60.67 67.97 16.58 -
YUV 206.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 236 217 75 0 0.08 0.68 0.07 52.92 0.81 0.61
Hex EC D9 4B 0 8 44 7 35 51 3D
Octal 354 331 113 0 10 104 7 65 121 75
Binary 11101100 11011001 1001011 0 1000 1000100 111 110101 1010001 111101

Color Harmonies of #ECD94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD94B

Black with #ECD94B

Text Example


Text Example

White with #ECD94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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