Html Css Color HEX #ECD84C Portica

📋 copy color: '#ECD84C'

red 236 ◦ green 216 ◦ blue 76

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

Shades of Portica #ECD84C

Tints of Portica #ECD84C

RGB

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

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

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

R = 44.7%
G = 40.91%
B = 14.39%

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

#ECD84C (or 0xECD84C) is known color: Portica. HEX triplet: EC, D8 and 4C. RGB value is (236,216,76). Sum of RGB (Red+Green+Blue) = 236+216+76=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD84C is #1327B3. Grayscale: #CECECE. Windows color (decimal): -1255348 or 5036268. OLE color: 5036268.

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

Color convert

RGB 236 216 76 -
CMYK 0 0.08 0.68 0.07
HSL 52.5º 0.81% 0.61% -
HSV(B) 52.5º 0.68% 0.93% -
XYZ 60.45 67.47 16.67 -
YUV 206.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 236 216 76 0 0.08 0.68 0.07 52.5 0.81 0.61
Hex EC D8 4C 0 8 44 7 34 51 3D
Octal 354 330 114 0 10 104 7 64 121 75
Binary 11101100 11011000 1001100 0 1000 1000100 111 110100 1010001 111101

Color Harmonies of #ECD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD84C

Black with #ECD84C

Text Example


Text Example

White with #ECD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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