Html Css Color HEX #ECD84D Portica

📋 copy color: '#ECD84D'

red 236 ◦ green 216 ◦ blue 77

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

Shades of Portica #ECD84D

Tints of Portica #ECD84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.56%

R = 44.61%
G = 40.83%
B = 14.56%

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

#ECD84D (or 0xECD84D) is known color: Portica. HEX triplet: EC, D8 and 4D. RGB value is (236,216,77). Sum of RGB (Red+Green+Blue) = 236+216+77=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD84D is #1327B2. Grayscale: #CECECE. Windows color (decimal): -1255347 or 5101804. OLE color: 5101804.

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

Color convert

RGB 236 216 77 -
CMYK 0 0.08 0.67 0.07
HSL 52.45º 0.81% 0.61% -
HSV(B) 52.45º 0.67% 0.93% -
XYZ 60.49 67.48 16.86 -
YUV 206.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 236 216 77 0 0.08 0.67 0.07 52.45 0.81 0.61
Hex EC D8 4D 0 8 43 7 34 51 3D
Octal 354 330 115 0 10 103 7 64 121 75
Binary 11101100 11011000 1001101 0 1000 1000011 111 110100 1010001 111101

Color Harmonies of #ECD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD84D

Black with #ECD84D

Text Example


Text Example

White with #ECD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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