Html Css Color HEX #ECD54E Portica

📋 copy color: '#ECD54E'

red 236 ◦ green 213 ◦ blue 78

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

Shades of Portica #ECD54E

Tints of Portica #ECD54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

 BLUE value IS 78 (30.86% from 255) = 14.8%

R = 44.78%
G = 40.42%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECD54E (or 0xECD54E) is known color: Portica. HEX triplet: EC, D5 and 4E. RGB value is (236,213,78). Sum of RGB (Red+Green+Blue) = 236+213+78=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD54E is #132AB1. Grayscale: #CDCDCD. Windows color (decimal): -1256114 or 5166572. OLE color: 5166572.

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

Color convert

RGB 236 213 78 -
CMYK 0 0.10 0.67 0.07
HSL 51.27º 0.81% 0.62% -
HSV(B) 51.27º 0.67% 0.93% -
XYZ 59.76 65.97 16.79 -
YUV 204.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 236 213 78 0 0.10 0.67 0.07 51.27 0.81 0.62
Hex EC D5 4E 0 A 43 7 33 51 3E
Octal 354 325 116 0 12 103 7 63 121 76
Binary 11101100 11010101 1001110 0 1010 1000011 111 110011 1010001 111110

Color Harmonies of #ECD54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD54E

Black with #ECD54E

Text Example


Text Example

White with #ECD54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD54E; }

 p { color: rgb(236,213,78); }

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

background-color css

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

 a { background-color: rgb(236,213,78); }

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

border-color css

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

 span { border-color: rgb(236,213,78); }

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