Html Css Color HEX #ECD84F Portica

📋 copy color: '#ECD84F'

red 236 ◦ green 216 ◦ blue 79

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

Shades of Portica #ECD84F

Tints of Portica #ECD84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.88%

R = 44.44%
G = 40.68%
B = 14.88%

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

#ECD84F (or 0xECD84F) is known color: Portica. HEX triplet: EC, D8 and 4F. RGB value is (236,216,79). Sum of RGB (Red+Green+Blue) = 236+216+79=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD84F is #1327B0. Grayscale: #CECECE. Windows color (decimal): -1255345 or 5232876. OLE color: 5232876.

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

Color convert

RGB 236 216 79 -
CMYK 0 0.08 0.67 0.07
HSL 52.36º 0.81% 0.62% -
HSV(B) 52.36º 0.67% 0.93% -
XYZ 60.56 67.51 17.24 -
YUV 206.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 236 216 79 0 0.08 0.67 0.07 52.36 0.81 0.62
Hex EC D8 4F 0 8 43 7 34 51 3E
Octal 354 330 117 0 10 103 7 64 121 76
Binary 11101100 11011000 1001111 0 1000 1000011 111 110100 1010001 111110

Color Harmonies of #ECD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD84F

Black with #ECD84F

Text Example


Text Example

White with #ECD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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