Html Css Color HEX #ECD553 Portica

📋 copy color: '#ECD553'

red 236 ◦ green 213 ◦ blue 83

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

Shades of Portica #ECD553

Tints of Portica #ECD553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.6%

R = 44.36%
G = 40.04%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECD553 (or 0xECD553) is known color: Portica. HEX triplet: EC, D5 and 53. RGB value is (236,213,83). Sum of RGB (Red+Green+Blue) = 236+213+83=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD553 is #132AAC. Grayscale: #CDCDCD. Windows color (decimal): -1256109 or 5494252. OLE color: 5494252.

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

Color convert

RGB 236 213 83 -
CMYK 0 0.10 0.65 0.07
HSL 50.98º 0.8% 0.63% -
HSV(B) 50.98º 0.65% 0.93% -
XYZ 59.95 66.05 17.77 -
YUV 205.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 236 213 83 0 0.10 0.65 0.07 50.98 0.8 0.63
Hex EC D5 53 0 A 41 7 33 50 3F
Octal 354 325 123 0 12 101 7 63 120 77
Binary 11101100 11010101 1010011 0 1010 1000001 111 110011 1010000 111111

Color Harmonies of #ECD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD553

Black with #ECD553

Text Example


Text Example

White with #ECD553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD553; }

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

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

background-color css

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

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

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

border-color css

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

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

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