Html Css Color HEX #ECD455 Portica

📋 copy color: '#ECD455'

red 236 ◦ green 212 ◦ blue 85

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

Shades of Portica #ECD455

Tints of Portica #ECD455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.95%

R = 44.28%
G = 39.77%
B = 15.95%

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

#ECD455 (or 0xECD455) is known color: Portica. HEX triplet: EC, D4 and 55. RGB value is (236,212,85). Sum of RGB (Red+Green+Blue) = 236+212+85=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD455 is #132BAA. Grayscale: #CDCDCD. Windows color (decimal): -1256363 or 5625068. OLE color: 5625068.

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

Color convert

RGB 236 212 85 -
CMYK 0 0.10 0.64 0.07
HSL 50.46º 0.8% 0.63% -
HSV(B) 50.46º 0.64% 0.93% -
XYZ 59.78 65.58 18.1 -
YUV 204.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 236 212 85 0 0.10 0.64 0.07 50.46 0.8 0.63
Hex EC D4 55 0 A 40 7 32 50 3F
Octal 354 324 125 0 12 100 7 62 120 77
Binary 11101100 11010100 1010101 0 1010 1000000 111 110010 1010000 111111

Color Harmonies of #ECD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD455

Black with #ECD455

Text Example


Text Example

White with #ECD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD455; }

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

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

background-color css

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

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

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

border-color css

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

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

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