Html Css Color HEX #ECD454 Portica

📋 copy color: '#ECD454'

red 236 ◦ green 212 ◦ blue 84

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

Shades of Portica #ECD454

Tints of Portica #ECD454

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 84 (33.2% from 255) = 15.79%

R = 44.36%
G = 39.85%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECD454 (or 0xECD454) is known color: Portica. HEX triplet: EC, D4 and 54. RGB value is (236,212,84). Sum of RGB (Red+Green+Blue) = 236+212+84=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD454 is #132BAB. Grayscale: #CDCDCD. Windows color (decimal): -1256364 or 5559532. OLE color: 5559532.

HSL color Cylindrical-coordinate representation of color #ECD454: hue angle of 50.53º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECD454 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 84 -
CMYK 0 0.10 0.64 0.07
HSL 50.53º 0.8% 0.63% -
HSV(B) 50.53º 0.64% 0.93% -
XYZ 59.74 65.56 17.89 -
YUV 204.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 236 212 84 0 0.10 0.64 0.07 50.53 0.8 0.63
Hex EC D4 54 0 A 40 7 33 50 3F
Octal 354 324 124 0 12 100 7 63 120 77
Binary 11101100 11010100 1010100 0 1010 1000000 111 110011 1010000 111111

Color Harmonies of #ECD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD454

Black with #ECD454

Text Example


Text Example

White with #ECD454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD454; }

 p { color: rgb(236,212,84); }

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

background-color css

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

 a { background-color: rgb(236,212,84); }

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

border-color css

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

 span { border-color: rgb(236,212,84); }

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