Html Css Color HEX #ECD64C Portica

📋 copy color: '#ECD64C'

red 236 ◦ green 214 ◦ blue 76

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

Shades of Portica #ECD64C

Tints of Portica #ECD64C

RGB

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

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

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

R = 44.87%
G = 40.68%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECD64C (or 0xECD64C) is known color: Portica. HEX triplet: EC, D6 and 4C. RGB value is (236,214,76). Sum of RGB (Red+Green+Blue) = 236+214+76=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD64C is #1329B3. Grayscale: #CDCDCD. Windows color (decimal): -1255860 or 5035756. OLE color: 5035756.

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

Color convert

RGB 236 214 76 -
CMYK 0 0.09 0.68 0.07
HSL 51.75º 0.81% 0.61% -
HSV(B) 51.75º 0.68% 0.93% -
XYZ 59.94 66.45 16.5 -
YUV 204.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 236 214 76 0 0.09 0.68 0.07 51.75 0.81 0.61
Hex EC D6 4C 0 9 44 7 34 51 3D
Octal 354 326 114 0 11 104 7 64 121 75
Binary 11101100 11010110 1001100 0 1001 1000100 111 110100 1010001 111101

Color Harmonies of #ECD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD64C

Black with #ECD64C

Text Example


Text Example

White with #ECD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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